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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=32",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 33,
    "results": [
        {
            "start": 815805966,
            "stop": 815806535
        },
        {
            "start": 815806538,
            "stop": 815807412
        },
        {
            "start": 815807415,
            "stop": 815807688
        },
        {
            "start": 815807691,
            "stop": 815807872
        },
        {
            "start": 815807875,
            "stop": 815808148
        },
        {
            "start": 815808151,
            "stop": 815808415
        },
        {
            "start": 815808418,
            "stop": 815808957
        },
        {
            "start": 815808960,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815813584
        },
        {
            "start": 815813587,
            "stop": 815815182
        },
        {
            "start": 815815186,
            "stop": 815815804
        },
        {
            "start": 815815807,
            "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
        }
    ]
}