Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=256",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 257,
    "results": [
        {
            "start": 822004157,
            "stop": 822011828
        },
        {
            "start": 822012769,
            "stop": 822032070
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822041564
        },
        {
            "start": 822041745,
            "stop": 822051671
        },
        {
            "start": 822051674,
            "stop": 822063524
        },
        {
            "start": 822063705,
            "stop": 822064080
        },
        {
            "start": 822064200,
            "stop": 822064300
        },
        {
            "start": 822064304,
            "stop": 822064933
        },
        {
            "start": 822065156,
            "stop": 822066193
        },
        {
            "start": 822066974,
            "stop": 822067380
        },
        {
            "start": 822067440,
            "stop": 822069900
        },
        {
            "start": 822070020,
            "stop": 822073800
        },
        {
            "start": 822073860,
            "stop": 822077644
        },
        {
            "start": 822079059,
            "stop": 822080939
        },
        {
            "start": 822081996,
            "stop": 822082320
        },
        {
            "start": 822082500,
            "stop": 822082800
        },
        {
            "start": 822082920,
            "stop": 822083340
        },
        {
            "start": 822083400,
            "stop": 822084253
        },
        {
            "start": 822084352,
            "stop": 822084900
        }
    ]
}