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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=112",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 113,
    "results": [
        {
            "start": 821500746,
            "stop": 821500801
        },
        {
            "start": 821500804,
            "stop": 821500835
        },
        {
            "start": 821500838,
            "stop": 821500842
        },
        {
            "start": 821500845,
            "stop": 821500861
        },
        {
            "start": 821500864,
            "stop": 821500865
        },
        {
            "start": 821500868,
            "stop": 821500879
        },
        {
            "start": 821500882,
            "stop": 821500896
        },
        {
            "start": 821500899,
            "stop": 821500947
        },
        {
            "start": 821500950,
            "stop": 821500951
        },
        {
            "start": 821500954,
            "stop": 821501002
        },
        {
            "start": 821501005,
            "stop": 821501013
        },
        {
            "start": 821501016,
            "stop": 821501025
        },
        {
            "start": 821501031,
            "stop": 821501060
        },
        {
            "start": 821501063,
            "stop": 821501087
        },
        {
            "start": 821501090,
            "stop": 821501135
        },
        {
            "start": 821501138,
            "stop": 821501169
        },
        {
            "start": 821501172,
            "stop": 821501177
        },
        {
            "start": 821501180,
            "stop": 821501194
        },
        {
            "start": 821501197,
            "stop": 821501221
        },
        {
            "start": 821501226,
            "stop": 821501239
        }
    ]
}