Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=95",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 96,
    "results": [
        {
            "start": 824740491,
            "stop": 824743064
        },
        {
            "start": 824744540,
            "stop": 824748074
        },
        {
            "start": 824748076,
            "stop": 824765009
        },
        {
            "start": 824767697,
            "stop": 824767978
        },
        {
            "start": 824767981,
            "stop": 824769571
        },
        {
            "start": 824769572,
            "stop": 824774081
        },
        {
            "start": 824774232,
            "stop": 824778561
        },
        {
            "start": 824779501,
            "stop": 824790880
        },
        {
            "start": 824793758,
            "stop": 824803038
        },
        {
            "start": 824803040,
            "stop": 824803122
        },
        {
            "start": 824803124,
            "stop": 824803171
        },
        {
            "start": 824803172,
            "stop": 824803185
        },
        {
            "start": 824803680,
            "stop": 824803922
        },
        {
            "start": 824803927,
            "stop": 824803960
        },
        {
            "start": 824803962,
            "stop": 824803981
        },
        {
            "start": 824803983,
            "stop": 824803992
        },
        {
            "start": 824803996,
            "stop": 824803998
        },
        {
            "start": 824803999,
            "stop": 824804000
        },
        {
            "start": 824804002,
            "stop": 824804003
        },
        {
            "start": 824804005,
            "stop": 824804127
        }
    ]
}