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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=185",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 186,
    "results": [
        {
            "start": 832122043,
            "stop": 832122722
        },
        {
            "start": 832123457,
            "stop": 832132744
        },
        {
            "start": 832132933,
            "stop": 832136455
        },
        {
            "start": 832136457,
            "stop": 832136829
        },
        {
            "start": 832138477,
            "stop": 832139843
        },
        {
            "start": 832140892,
            "stop": 832144177
        },
        {
            "start": 832145463,
            "stop": 832165296
        },
        {
            "start": 832166814,
            "stop": 832167559
        },
        {
            "start": 832167562,
            "stop": 832167689
        },
        {
            "start": 832167691,
            "stop": 832167713
        },
        {
            "start": 832169395,
            "stop": 832171436
        },
        {
            "start": 832171439,
            "stop": 832171492
        },
        {
            "start": 832171881,
            "stop": 832171954
        },
        {
            "start": 832173279,
            "stop": 832173431
        },
        {
            "start": 832174010,
            "stop": 832174169
        },
        {
            "start": 832181143,
            "stop": 832184242
        },
        {
            "start": 832184544,
            "stop": 832184971
        },
        {
            "start": 832196248,
            "stop": 832207689
        },
        {
            "start": 832207690,
            "stop": 832208073
        },
        {
            "start": 832209209,
            "stop": 832213118
        }
    ]
}