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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=147",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 148,
    "results": [
        {
            "start": 932354056,
            "stop": 932354723
        },
        {
            "start": 932354843,
            "stop": 932355263
        },
        {
            "start": 932355266,
            "stop": 932355923
        },
        {
            "start": 932355925,
            "stop": 932356815
        },
        {
            "start": 932359128,
            "stop": 932359658
        },
        {
            "start": 932359660,
            "stop": 932359946
        },
        {
            "start": 932359964,
            "stop": 932359994
        },
        {
            "start": 932360019,
            "stop": 932360298
        },
        {
            "start": 932360301,
            "stop": 932360338
        },
        {
            "start": 932360356,
            "stop": 932360415
        },
        {
            "start": 932360775,
            "stop": 932361717
        },
        {
            "start": 932362651,
            "stop": 932362883
        },
        {
            "start": 932362885,
            "stop": 932362942
        },
        {
            "start": 932362945,
            "stop": 932363618
        },
        {
            "start": 932363621,
            "stop": 932363929
        },
        {
            "start": 932363933,
            "stop": 932364015
        },
        {
            "start": 932364375,
            "stop": 932364744
        },
        {
            "start": 932364747,
            "stop": 932364760
        },
        {
            "start": 932364762,
            "stop": 932364774
        },
        {
            "start": 932364777,
            "stop": 932364939
        }
    ]
}