Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=97",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 98,
    "results": [
        {
            "start": 824889122,
            "stop": 824889135
        },
        {
            "start": 824889138,
            "stop": 824889179
        },
        {
            "start": 824889181,
            "stop": 824889189
        },
        {
            "start": 824889192,
            "stop": 824889261
        },
        {
            "start": 824889264,
            "stop": 824889369
        },
        {
            "start": 824889371,
            "stop": 824889387
        },
        {
            "start": 824889389,
            "stop": 824889390
        },
        {
            "start": 824889392,
            "stop": 824889941
        },
        {
            "start": 824889942,
            "stop": 824890018
        },
        {
            "start": 824890020,
            "stop": 824890033
        },
        {
            "start": 824890035,
            "stop": 824890081
        },
        {
            "start": 824890083,
            "stop": 824890117
        },
        {
            "start": 824890119,
            "stop": 824890189
        },
        {
            "start": 824890191,
            "stop": 824890219
        },
        {
            "start": 824890222,
            "stop": 824890264
        },
        {
            "start": 824890266,
            "stop": 824890268
        },
        {
            "start": 824890270,
            "stop": 824890285
        },
        {
            "start": 824890825,
            "stop": 824892468
        },
        {
            "start": 824892470,
            "stop": 824895346
        },
        {
            "start": 824895348,
            "stop": 824896295
        }
    ]
}