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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=18",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 19,
    "results": [
        {
            "start": 815323923,
            "stop": 815324815
        },
        {
            "start": 815324819,
            "stop": 815324985
        },
        {
            "start": 815324988,
            "stop": 815325371
        },
        {
            "start": 815325374,
            "stop": 815325415
        },
        {
            "start": 815325419,
            "stop": 815325687
        },
        {
            "start": 815325704,
            "stop": 815325785
        },
        {
            "start": 815325788,
            "stop": 815326007
        },
        {
            "start": 815326011,
            "stop": 815326941
        },
        {
            "start": 815326945,
            "stop": 815327403
        },
        {
            "start": 815327420,
            "stop": 815327767
        },
        {
            "start": 815327768,
            "stop": 815328942
        },
        {
            "start": 815328959,
            "stop": 815329379
        },
        {
            "start": 815329396,
            "stop": 815329847
        },
        {
            "start": 815329850,
            "stop": 815330975
        },
        {
            "start": 815330978,
            "stop": 815331209
        },
        {
            "start": 815331212,
            "stop": 815332148
        },
        {
            "start": 815341180,
            "stop": 815341317
        },
        {
            "start": 815341320,
            "stop": 815341470
        },
        {
            "start": 815341530,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815365619
        }
    ]
}