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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7384",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7385,
    "results": [
        {
            "start": 969678926,
            "stop": 969678999
        },
        {
            "start": 969679020,
            "stop": 969679776
        },
        {
            "start": 969679779,
            "stop": 969680178
        },
        {
            "start": 969680184,
            "stop": 969680196
        },
        {
            "start": 969680202,
            "stop": 969680341
        },
        {
            "start": 969680344,
            "stop": 969680537
        },
        {
            "start": 969680540,
            "stop": 969680562
        },
        {
            "start": 969680602,
            "stop": 969680769
        },
        {
            "start": 969680772,
            "stop": 969681043
        },
        {
            "start": 969681046,
            "stop": 969681059
        },
        {
            "start": 969681062,
            "stop": 969681141
        },
        {
            "start": 969681144,
            "stop": 969681952
        },
        {
            "start": 969681955,
            "stop": 969682021
        },
        {
            "start": 969682024,
            "stop": 969682213
        },
        {
            "start": 969682216,
            "stop": 969682222
        },
        {
            "start": 969682244,
            "stop": 969682261
        },
        {
            "start": 969682266,
            "stop": 969682306
        },
        {
            "start": 969682317,
            "stop": 969682329
        },
        {
            "start": 969682332,
            "stop": 969682527
        },
        {
            "start": 969682530,
            "stop": 969682982
        }
    ]
}