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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=89",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 90,
    "results": [
        {
            "start": 816820010,
            "stop": 816823337
        },
        {
            "start": 816824154,
            "stop": 816825196
        },
        {
            "start": 816825316,
            "stop": 816826618
        },
        {
            "start": 816826738,
            "stop": 816829677
        },
        {
            "start": 816829678,
            "stop": 816833724
        },
        {
            "start": 816833844,
            "stop": 816834976
        },
        {
            "start": 816834993,
            "stop": 816835018
        },
        {
            "start": 816835021,
            "stop": 816837001
        },
        {
            "start": 816837121,
            "stop": 816841515
        },
        {
            "start": 816841635,
            "stop": 816845803
        },
        {
            "start": 816846044,
            "stop": 816847619
        },
        {
            "start": 816847622,
            "stop": 816852260
        },
        {
            "start": 816852263,
            "stop": 816857863
        },
        {
            "start": 816858044,
            "stop": 816862062
        },
        {
            "start": 816862065,
            "stop": 816864819
        },
        {
            "start": 816865574,
            "stop": 816865770
        },
        {
            "start": 816865773,
            "stop": 816867823
        },
        {
            "start": 816868004,
            "stop": 816868425
        },
        {
            "start": 816868428,
            "stop": 816871492
        },
        {
            "start": 816871495,
            "stop": 816876403
        }
    ]
}