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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=36",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 37,
    "results": [
        {
            "start": 815807415,
            "stop": 815807688
        },
        {
            "start": 815807691,
            "stop": 815807872
        },
        {
            "start": 815807875,
            "stop": 815808148
        },
        {
            "start": 815808151,
            "stop": 815808415
        },
        {
            "start": 815808418,
            "stop": 815808839
        },
        {
            "start": 815808960,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815813584
        },
        {
            "start": 815813587,
            "stop": 815815182
        },
        {
            "start": 815815186,
            "stop": 815815804
        },
        {
            "start": 815815807,
            "stop": 815816692
        },
        {
            "start": 815816812,
            "stop": 815817677
        },
        {
            "start": 815817680,
            "stop": 815818445
        },
        {
            "start": 815818448,
            "stop": 815818872
        },
        {
            "start": 815818875,
            "stop": 815819177
        },
        {
            "start": 815819180,
            "stop": 815820005
        },
        {
            "start": 815820008,
            "stop": 815820181
        },
        {
            "start": 815820184,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815821122
        },
        {
            "start": 815821125,
            "stop": 815821319
        },
        {
            "start": 815821322,
            "stop": 815824002
        }
    ]
}