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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=360",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 361,
    "results": [
        {
            "start": 823076357,
            "stop": 823076359
        },
        {
            "start": 823076364,
            "stop": 823076367
        },
        {
            "start": 823076370,
            "stop": 823076381
        },
        {
            "start": 823076384,
            "stop": 823076427
        },
        {
            "start": 823076431,
            "stop": 823076500
        },
        {
            "start": 823076503,
            "stop": 823076547
        },
        {
            "start": 823076550,
            "stop": 823076732
        },
        {
            "start": 823076735,
            "stop": 823076745
        },
        {
            "start": 823076749,
            "stop": 823076751
        },
        {
            "start": 823076755,
            "stop": 823076784
        },
        {
            "start": 823076788,
            "stop": 823076864
        },
        {
            "start": 823076869,
            "stop": 823076871
        },
        {
            "start": 823076876,
            "stop": 823076897
        },
        {
            "start": 823076902,
            "stop": 823076954
        },
        {
            "start": 823076958,
            "stop": 823076960
        },
        {
            "start": 823076965,
            "stop": 823076998
        },
        {
            "start": 823077001,
            "stop": 823077024
        },
        {
            "start": 823077027,
            "stop": 823077101
        },
        {
            "start": 823077104,
            "stop": 823077228
        },
        {
            "start": 823077231,
            "stop": 823077302
        }
    ]
}