home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where docket_id = "DOT-OST-2009-0157" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 9

  • 2009 3
  • 2011 2
  • 2013 2
  • 2015 1
  • 2016 1
  • 2017 1
  • 2018 1
  • 2019 1
  • 2020 1

document_type 1

  • Other 13

agency_id 1

  • DOT 13
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
DOT-OST-2009-0157-0013 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Virgin Australia Airlines (SE Asia) Pty Ltd and Virgin Australia Airlines Pty Ltd dba Virgin Australia Other Decision 2020-01-22T05:00:00Z 2020 1 2020-01-22T05:00:00Z   2024-11-12T23:16:11Z   1 0 09000064842d966d
DOT-OST-2009-0157-0012 DOT None DOT-OST-2009-0157 Application of Virgin Australia Airlines Pty Ltd and Virgin Australia Airlines (SE Asia) Pty Ltd for Renewal of Exemptions Other Application-Other 2019-12-20T05:00:00Z 2019 12 2019-12-20T05:00:00Z   2024-11-12T23:14:48Z   1 0 090000648423dbc8
DOT-OST-2009-0157-0011 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Virgin Australia Airlines (SE Asia) Pty Ltd and Virgin Australia Airlines Pty Ltd d/b/a Virgin Australia Other Decision 2018-01-03T05:00:00Z 2018 1 2018-01-03T05:00:00Z   2024-11-07T01:16:02Z   1 0 0900006482d93840
DOT-OST-2009-0157-0010 DOT None DOT-OST-2009-0157 Application of Virgin Australia Airlines Pty Ltd and Virgin Australia Airlines (SE Asia) Pty Ltd for Renewal of Exemptions Other Application-Other 2017-07-31T04:00:00Z 2017 7 2017-07-31T04:00:00Z   2017-07-31T18:03:09Z   0 0 09000064829874b7
DOT-OST-2009-0157-0009 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Virgin Australia Airlines (SE Asia) Pty Ltd Other Decision 2016-02-18T05:00:00Z 2016 2 2016-02-18T05:00:00Z   2024-11-12T06:00:29Z   1 0 0900006481e762cb
DOT-OST-2009-0157-0008 DOT None DOT-OST-2009-0157 Application of Virgin Australia Airlines (SE Asia) Pty Ltd. for Renewal of an Exemption Other Application-Other 2015-08-17T04:00:00Z 2015 8 2015-08-17T04:00:00Z   2024-11-12T05:37:07Z   1 0 0900006481c2153f
DOT-OST-2009-0157-0007 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Virgin Australia Airlines and Virgin Australia Airlines (SE Asia) Pty Ltd Other Decision 2013-09-13T04:00:00Z 2013 9 2013-09-13T04:00:00Z   2024-11-07T22:59:02Z   1 0 0900006481410fb1
DOT-OST-2009-0157-0006 DOT None DOT-OST-2009-0157 Joint Application of Virgin Australia Airlines (NZ) Ltd and Virgin Australia Airlines (SE Asia) Pty Ltd Other Application-Other 2013-08-13T04:00:00Z 2013 8 2013-08-13T04:00:00Z   2024-11-07T22:56:56Z   1 0 09000064813af575
DOT-OST-2009-0157-0005 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Pacific Blue Airlines (NZ) Ltd (PBNZ and Pacific Blue Airlines (Aust) Pty Ltd (PBA) Other Decision 2011-09-27T04:00:00Z 2011 9 2011-09-27T04:00:00Z   2024-11-12T05:03:06Z   1 0 0900006480f38f71
DOT-OST-2009-0157-0004 DOT None DOT-OST-2009-0157 Application of Pacific Blue Airlines (NZ) LTD and Pacific Blue Airlines (AUST) PTY LTD Other Application-Other 2011-08-24T04:00:00Z 2011 8 2011-08-24T04:00:00Z   2013-07-28T00:01:29Z   0 0 0900006480eea3a4
DOT-OST-2009-0157-0003 DOT None DOT-OST-2009-0157 Notice of Action Taken re: Pacific Blue Airlines (NZ) Ltd (PBNZ and Pacific Blue Airlines (Aust) Pty Ltd (PBA) Other Notice 2009-09-02T04:00:00Z 2009 9 2009-09-02T04:00:00Z   2024-11-07T22:04:20Z   1 0 0900006480a1bcbe
DOT-OST-2009-0157-0002 DOT None DOT-OST-2009-0157 Virgin Blue Group (Polling Results) Other Letter(s) 2009-07-23T04:00:00Z 2009 7 2009-07-23T04:00:00Z   2024-11-12T04:37:01Z   1 0 09000064809f883a
DOT-OST-2009-0157-0001 DOT None DOT-OST-2009-0157 Application of Pacific Blue Airlines (NZ) Ltd and Pacific Blue Airlines (Aust) Pty Ltd Other Application-Other 2009-07-10T04:00:00Z 2009 7 2009-07-10T04:00:00Z   2013-07-27T22:48:59Z   0 0 09000064809ed74b

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2139.476ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API