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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=230",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 231,
    "results": [
        {
            "start": 934033644,
            "stop": 934034094
        },
        {
            "start": 934034096,
            "stop": 934034334
        },
        {
            "start": 934036635,
            "stop": 934036908
        },
        {
            "start": 934036917,
            "stop": 934037480
        },
        {
            "start": 934037483,
            "stop": 934038015
        },
        {
            "start": 934065869,
            "stop": 934066206
        },
        {
            "start": 934066211,
            "stop": 934066277
        },
        {
            "start": 934066397,
            "stop": 934066467
        },
        {
            "start": 934079835,
            "stop": 934079909
        },
        {
            "start": 934079969,
            "stop": 934080209
        },
        {
            "start": 934080269,
            "stop": 934080809
        },
        {
            "start": 934083569,
            "stop": 934083629
        },
        {
            "start": 934083809,
            "stop": 934083929
        },
        {
            "start": 934084109,
            "stop": 934084522
        },
        {
            "start": 934084527,
            "stop": 934084815
        },
        {
            "start": 934087035,
            "stop": 934087441
        },
        {
            "start": 934087446,
            "stop": 934088006
        },
        {
            "start": 934088008,
            "stop": 934088415
        },
        {
            "start": 934090635,
            "stop": 934090813
        },
        {
            "start": 934093285,
            "stop": 934093364
        }
    ]
}