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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8761",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8762,
    "results": [
        {
            "start": 873208228,
            "stop": 873208778
        },
        {
            "start": 873208898,
            "stop": 873208915
        },
        {
            "start": 873208932,
            "stop": 873209963
        },
        {
            "start": 873210083,
            "stop": 873210380
        },
        {
            "start": 873210397,
            "stop": 873210982
        },
        {
            "start": 873211000,
            "stop": 873211165
        },
        {
            "start": 873211193,
            "stop": 873211259
        },
        {
            "start": 873211277,
            "stop": 873211280
        },
        {
            "start": 873211297,
            "stop": 873211815
        },
        {
            "start": 873211832,
            "stop": 873212188
        },
        {
            "start": 873212205,
            "stop": 873212594
        },
        {
            "start": 873212714,
            "stop": 873213525
        },
        {
            "start": 873213542,
            "stop": 873213763
        },
        {
            "start": 873213883,
            "stop": 873214070
        },
        {
            "start": 873214190,
            "stop": 873214370
        },
        {
            "start": 873214476,
            "stop": 873214699
        },
        {
            "start": 873214717,
            "stop": 873214829
        },
        {
            "start": 873214846,
            "stop": 873215433
        },
        {
            "start": 873215450,
            "stop": 873215960
        },
        {
            "start": 873215977,
            "stop": 873217162
        }
    ]
}