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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=297",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 298,
    "results": [
        {
            "start": 821693847,
            "stop": 821693851
        },
        {
            "start": 821693855,
            "stop": 821693861
        },
        {
            "start": 821693864,
            "stop": 821693884
        },
        {
            "start": 821693889,
            "stop": 821693904
        },
        {
            "start": 821693908,
            "stop": 821693911
        },
        {
            "start": 821693915,
            "stop": 821693917
        },
        {
            "start": 821693920,
            "stop": 821693921
        },
        {
            "start": 821693928,
            "stop": 821693942
        },
        {
            "start": 821693945,
            "stop": 821693955
        },
        {
            "start": 821693959,
            "stop": 821693981
        },
        {
            "start": 821693984,
            "stop": 821693985
        },
        {
            "start": 821693994,
            "stop": 821694004
        },
        {
            "start": 821694007,
            "stop": 821694013
        },
        {
            "start": 821694016,
            "stop": 821694017
        },
        {
            "start": 821694020,
            "stop": 821694022
        },
        {
            "start": 821694025,
            "stop": 821694038
        },
        {
            "start": 821694041,
            "stop": 821694069
        },
        {
            "start": 821694072,
            "stop": 821694083
        },
        {
            "start": 821694086,
            "stop": 821694096
        },
        {
            "start": 821694099,
            "stop": 821694105
        }
    ]
}