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=4875
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=4876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4874",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4875,
    "results": [
        {
            "start": 874213440,
            "stop": 874213683
        },
        {
            "start": 874213702,
            "stop": 874213743
        },
        {
            "start": 874213763,
            "stop": 874214006
        },
        {
            "start": 874214026,
            "stop": 874214087
        },
        {
            "start": 874214106,
            "stop": 874214258
        },
        {
            "start": 874214277,
            "stop": 874214393
        },
        {
            "start": 874214412,
            "stop": 874214637
        },
        {
            "start": 874214656,
            "stop": 874214731
        },
        {
            "start": 874214750,
            "stop": 874214899
        },
        {
            "start": 874214918,
            "stop": 874215014
        },
        {
            "start": 874215033,
            "stop": 874215074
        },
        {
            "start": 874215093,
            "stop": 874215311
        },
        {
            "start": 874215330,
            "stop": 874215341
        },
        {
            "start": 874215361,
            "stop": 874215404
        },
        {
            "start": 874215426,
            "stop": 874215470
        },
        {
            "start": 874215489,
            "stop": 874215658
        },
        {
            "start": 874215677,
            "stop": 874215680
        },
        {
            "start": 874215718,
            "stop": 874215743
        },
        {
            "start": 874215762,
            "stop": 874215792
        },
        {
            "start": 874215811,
            "stop": 874215842
        }
    ]
}