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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1194",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1195,
    "results": [
        {
            "start": 953164467,
            "stop": 953165593
        },
        {
            "start": 953165595,
            "stop": 953166390
        },
        {
            "start": 953166392,
            "stop": 953173118
        },
        {
            "start": 953173120,
            "stop": 953176290
        },
        {
            "start": 953176292,
            "stop": 953181241
        },
        {
            "start": 953181242,
            "stop": 953181540
        },
        {
            "start": 953181542,
            "stop": 953182385
        },
        {
            "start": 953182387,
            "stop": 953183117
        },
        {
            "start": 953183119,
            "stop": 953183443
        },
        {
            "start": 953183444,
            "stop": 953183856
        },
        {
            "start": 953183858,
            "stop": 953184192
        },
        {
            "start": 953189566,
            "stop": 953190692
        },
        {
            "start": 953190694,
            "stop": 953192912
        },
        {
            "start": 953192914,
            "stop": 953193469
        },
        {
            "start": 953236734,
            "stop": 953237530
        },
        {
            "start": 953237532,
            "stop": 953238982
        },
        {
            "start": 953238984,
            "stop": 953239406
        },
        {
            "start": 953239408,
            "stop": 953239530
        },
        {
            "start": 953240934,
            "stop": 953243315
        },
        {
            "start": 953243317,
            "stop": 953244236
        }
    ]
}