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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=303",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 304,
    "results": [
        {
            "start": 935182506,
            "stop": 935182519
        },
        {
            "start": 935182521,
            "stop": 935182534
        },
        {
            "start": 935182536,
            "stop": 935182653
        },
        {
            "start": 935182657,
            "stop": 935182815
        },
        {
            "start": 935183055,
            "stop": 935183204
        },
        {
            "start": 935183324,
            "stop": 935184019
        },
        {
            "start": 935184021,
            "stop": 935184034
        },
        {
            "start": 935184036,
            "stop": 935184048
        },
        {
            "start": 935184052,
            "stop": 935184063
        },
        {
            "start": 935184067,
            "stop": 935184079
        },
        {
            "start": 935184081,
            "stop": 935184093
        },
        {
            "start": 935184096,
            "stop": 935184138
        },
        {
            "start": 935184141,
            "stop": 935184169
        },
        {
            "start": 935184171,
            "stop": 935184198
        },
        {
            "start": 935184201,
            "stop": 935184228
        },
        {
            "start": 935184231,
            "stop": 935184274
        },
        {
            "start": 935184276,
            "stop": 935184859
        },
        {
            "start": 935184861,
            "stop": 935184873
        },
        {
            "start": 935184876,
            "stop": 935186415
        },
        {
            "start": 935186655,
            "stop": 935186840
        }
    ]
}