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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=115",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 116,
    "results": [
        {
            "start": 817582902,
            "stop": 817583235
        },
        {
            "start": 817583238,
            "stop": 817583467
        },
        {
            "start": 817583470,
            "stop": 817584580
        },
        {
            "start": 817584583,
            "stop": 817585823
        },
        {
            "start": 817585826,
            "stop": 817585984
        },
        {
            "start": 817585987,
            "stop": 817586282
        },
        {
            "start": 817586285,
            "stop": 817591415
        },
        {
            "start": 817591432,
            "stop": 817591836
        },
        {
            "start": 817591839,
            "stop": 817592550
        },
        {
            "start": 817592886,
            "stop": 817593111
        },
        {
            "start": 817593511,
            "stop": 817595641
        },
        {
            "start": 817595644,
            "stop": 817595655
        },
        {
            "start": 817595659,
            "stop": 817596124
        },
        {
            "start": 817597339,
            "stop": 817597627
        },
        {
            "start": 817597644,
            "stop": 817598207
        },
        {
            "start": 817598210,
            "stop": 817599825
        },
        {
            "start": 817599828,
            "stop": 817600230
        },
        {
            "start": 817600885,
            "stop": 817601982
        },
        {
            "start": 817602302,
            "stop": 817602567
        },
        {
            "start": 817602570,
            "stop": 817604483
        }
    ]
}