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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=156",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 157,
    "results": [
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819581333
        },
        {
            "start": 819581453,
            "stop": 819591300
        },
        {
            "start": 819591420,
            "stop": 819592157
        },
        {
            "start": 819592277,
            "stop": 819596517
        },
        {
            "start": 819596534,
            "stop": 819600118
        },
        {
            "start": 819601648,
            "stop": 819604025
        },
        {
            "start": 819605130,
            "stop": 819607740
        },
        {
            "start": 819607860,
            "stop": 819608963
        },
        {
            "start": 819609083,
            "stop": 819611520
        },
        {
            "start": 819611640,
            "stop": 819614277
        },
        {
            "start": 819614281,
            "stop": 819616196
        },
        {
            "start": 819616199,
            "stop": 819616608
        },
        {
            "start": 819616640,
            "stop": 819625543
        },
        {
            "start": 819625728,
            "stop": 819634541
        },
        {
            "start": 819634544,
            "stop": 819640741
        },
        {
            "start": 819642439,
            "stop": 819646933
        },
        {
            "start": 819647053,
            "stop": 819648063
        },
        {
            "start": 819648066,
            "stop": 819650040
        },
        {
            "start": 819650160,
            "stop": 819652680
        }
    ]
}