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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 81,
    "results": [
        {
            "start": 931505007,
            "stop": 931505010
        },
        {
            "start": 931505014,
            "stop": 931505015
        },
        {
            "start": 931505018,
            "stop": 931505023
        },
        {
            "start": 931505026,
            "stop": 931505029
        },
        {
            "start": 931505033,
            "stop": 931505036
        },
        {
            "start": 931505039,
            "stop": 931505041
        },
        {
            "start": 931505047,
            "stop": 931505054
        },
        {
            "start": 931505060,
            "stop": 931505063
        },
        {
            "start": 931505079,
            "stop": 931505083
        },
        {
            "start": 931505086,
            "stop": 931505091
        },
        {
            "start": 931505097,
            "stop": 931505099
        },
        {
            "start": 931505103,
            "stop": 931505118
        },
        {
            "start": 931505120,
            "stop": 931505129
        },
        {
            "start": 931505133,
            "stop": 931505138
        },
        {
            "start": 931505141,
            "stop": 931505142
        },
        {
            "start": 931505145,
            "stop": 931505157
        },
        {
            "start": 931505160,
            "stop": 931505164
        },
        {
            "start": 931505167,
            "stop": 931505169
        },
        {
            "start": 931505173,
            "stop": 931505177
        },
        {
            "start": 931505181,
            "stop": 931505182
        }
    ]
}