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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=310",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 311,
    "results": [
        {
            "start": 821095080,
            "stop": 821095379
        },
        {
            "start": 821095382,
            "stop": 821098566
        },
        {
            "start": 821099980,
            "stop": 821100060
        },
        {
            "start": 821100120,
            "stop": 821100274
        },
        {
            "start": 821101761,
            "stop": 821103000
        },
        {
            "start": 821103060,
            "stop": 821103180
        },
        {
            "start": 821103240,
            "stop": 821103960
        },
        {
            "start": 821104922,
            "stop": 821106540
        },
        {
            "start": 821106600,
            "stop": 821107515
        },
        {
            "start": 821108773,
            "stop": 821109600
        },
        {
            "start": 821109660,
            "stop": 821111280
        },
        {
            "start": 821111400,
            "stop": 821113001
        },
        {
            "start": 821124594,
            "stop": 821124772
        },
        {
            "start": 821127688,
            "stop": 821127757
        },
        {
            "start": 821132940,
            "stop": 821133441
        },
        {
            "start": 821134929,
            "stop": 821135040
        },
        {
            "start": 821135100,
            "stop": 821135220
        },
        {
            "start": 821135280,
            "stop": 821135940
        },
        {
            "start": 821136060,
            "stop": 821136360
        },
        {
            "start": 821136420,
            "stop": 821136747
        }
    ]
}