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_CW_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_CW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=97",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 98,
    "results": [
        {
            "start": 829136669,
            "stop": 829136671
        },
        {
            "start": 829137452,
            "stop": 829137508
        },
        {
            "start": 829137663,
            "stop": 829144759
        },
        {
            "start": 829145870,
            "stop": 829150933
        },
        {
            "start": 829150950,
            "stop": 829150951
        },
        {
            "start": 829151045,
            "stop": 829156204
        },
        {
            "start": 829156302,
            "stop": 829156693
        },
        {
            "start": 829156709,
            "stop": 829156710
        },
        {
            "start": 829157753,
            "stop": 829159052
        },
        {
            "start": 829159127,
            "stop": 829166368
        },
        {
            "start": 829166616,
            "stop": 829175527
        },
        {
            "start": 829203282,
            "stop": 829206493
        },
        {
            "start": 829206495,
            "stop": 829206496
        },
        {
            "start": 829207489,
            "stop": 829213988
        },
        {
            "start": 829214751,
            "stop": 829229279
        },
        {
            "start": 829230721,
            "stop": 829231333
        },
        {
            "start": 829232436,
            "stop": 829239433
        },
        {
            "start": 829240609,
            "stop": 829242763
        },
        {
            "start": 829244804,
            "stop": 829246393
        },
        {
            "start": 829246423,
            "stop": 829246424
        }
    ]
}