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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=82",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 83,
    "results": [
        {
            "start": 931271169,
            "stop": 931271217
        },
        {
            "start": 931271218,
            "stop": 931271263
        },
        {
            "start": 931271267,
            "stop": 931271347
        },
        {
            "start": 931271349,
            "stop": 931271365
        },
        {
            "start": 931271368,
            "stop": 931271414
        },
        {
            "start": 931271416,
            "stop": 931271433
        },
        {
            "start": 931271435,
            "stop": 931271442
        },
        {
            "start": 931271444,
            "stop": 931271457
        },
        {
            "start": 931271459,
            "stop": 931271469
        },
        {
            "start": 931271474,
            "stop": 931271511
        },
        {
            "start": 931271513,
            "stop": 931271524
        },
        {
            "start": 931271526,
            "stop": 931271538
        },
        {
            "start": 931271540,
            "stop": 931271555
        },
        {
            "start": 931271556,
            "stop": 931271629
        },
        {
            "start": 931271631,
            "stop": 931271636
        },
        {
            "start": 931271638,
            "stop": 931271639
        },
        {
            "start": 931271640,
            "stop": 931271753
        },
        {
            "start": 931271755,
            "stop": 931271765
        },
        {
            "start": 931271767,
            "stop": 931271870
        },
        {
            "start": 931271873,
            "stop": 931271892
        }
    ]
}