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=1676
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=1677",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1675",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1676,
    "results": [
        {
            "start": 957355471,
            "stop": 957355533
        },
        {
            "start": 957355535,
            "stop": 957356014
        },
        {
            "start": 957356016,
            "stop": 957356103
        },
        {
            "start": 957356104,
            "stop": 957356132
        },
        {
            "start": 957356134,
            "stop": 957356136
        },
        {
            "start": 957356138,
            "stop": 957356166
        },
        {
            "start": 957356168,
            "stop": 957356217
        },
        {
            "start": 957356218,
            "stop": 957356781
        },
        {
            "start": 957356783,
            "stop": 957356842
        },
        {
            "start": 957357380,
            "stop": 957357570
        },
        {
            "start": 957357572,
            "stop": 957357644
        },
        {
            "start": 957357646,
            "stop": 957357817
        },
        {
            "start": 957357820,
            "stop": 957357822
        },
        {
            "start": 957357824,
            "stop": 957357846
        },
        {
            "start": 957357848,
            "stop": 957357870
        },
        {
            "start": 957357872,
            "stop": 957357997
        },
        {
            "start": 957357999,
            "stop": 957358352
        },
        {
            "start": 957361500,
            "stop": 957366828
        },
        {
            "start": 957366830,
            "stop": 957367163
        },
        {
            "start": 957367165,
            "stop": 957368429
        }
    ]
}