Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=221
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=220",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 221,
    "results": [
        {
            "start": 827289949,
            "stop": 827289967
        },
        {
            "start": 827289970,
            "stop": 827290221
        },
        {
            "start": 827290226,
            "stop": 827290232
        },
        {
            "start": 827290235,
            "stop": 827290252
        },
        {
            "start": 827290254,
            "stop": 827290437
        },
        {
            "start": 827290440,
            "stop": 827290442
        },
        {
            "start": 827290444,
            "stop": 827290450
        },
        {
            "start": 827290452,
            "stop": 827290474
        },
        {
            "start": 827290479,
            "stop": 827290530
        },
        {
            "start": 827290536,
            "stop": 827290546
        },
        {
            "start": 827290552,
            "stop": 827290573
        },
        {
            "start": 827290575,
            "stop": 827290807
        },
        {
            "start": 827290810,
            "stop": 827290842
        },
        {
            "start": 827290848,
            "stop": 827290849
        },
        {
            "start": 827290851,
            "stop": 827290873
        },
        {
            "start": 827290875,
            "stop": 827291576
        },
        {
            "start": 827291578,
            "stop": 827291590
        },
        {
            "start": 827291593,
            "stop": 827291605
        },
        {
            "start": 827295526,
            "stop": 827299342
        },
        {
            "start": 827299344,
            "stop": 827299359
        }
    ]
}