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/L1_BURST_CAT1/segments?format=api&page=280
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=279",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 280,
    "results": [
        {
            "start": 841049394,
            "stop": 841055998
        },
        {
            "start": 841056000,
            "stop": 841057967
        },
        {
            "start": 841097807,
            "stop": 841097896
        },
        {
            "start": 841099210,
            "stop": 841099220
        },
        {
            "start": 841099918,
            "stop": 841100276
        },
        {
            "start": 841100277,
            "stop": 841102069
        },
        {
            "start": 841102071,
            "stop": 841104197
        },
        {
            "start": 841104200,
            "stop": 841104454
        },
        {
            "start": 841104456,
            "stop": 841104604
        },
        {
            "start": 841104606,
            "stop": 841104607
        },
        {
            "start": 841104609,
            "stop": 841105773
        },
        {
            "start": 841105985,
            "stop": 841106231
        },
        {
            "start": 841106233,
            "stop": 841106235
        },
        {
            "start": 841106237,
            "stop": 841106668
        },
        {
            "start": 841106746,
            "stop": 841107011
        },
        {
            "start": 841107014,
            "stop": 841108629
        },
        {
            "start": 841108714,
            "stop": 841108748
        },
        {
            "start": 841108750,
            "stop": 841108754
        },
        {
            "start": 841108755,
            "stop": 841108939
        },
        {
            "start": 841109018,
            "stop": 841109458
        }
    ]
}