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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1593",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1591",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1592,
    "results": [
        {
            "start": 953162922,
            "stop": 953163855
        },
        {
            "start": 953163857,
            "stop": 953164465
        },
        {
            "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": 953193454
        },
        {
            "start": 953236734,
            "stop": 953237530
        },
        {
            "start": 953237532,
            "stop": 953238906
        },
        {
            "start": 953238908,
            "stop": 953238982
        },
        {
            "start": 953238984,
            "stop": 953239406
        }
    ]
}