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=1731
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=1732",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1730",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1731,
    "results": [
        {
            "start": 958397955,
            "stop": 958398399
        },
        {
            "start": 958398401,
            "stop": 958398708
        },
        {
            "start": 958398710,
            "stop": 958400837
        },
        {
            "start": 958400839,
            "stop": 958401199
        },
        {
            "start": 958401201,
            "stop": 958401886
        },
        {
            "start": 958401890,
            "stop": 958402104
        },
        {
            "start": 958402106,
            "stop": 958403067
        },
        {
            "start": 958403069,
            "stop": 958403367
        },
        {
            "start": 958403369,
            "stop": 958403370
        },
        {
            "start": 958403373,
            "stop": 958403912
        },
        {
            "start": 958403914,
            "stop": 958404235
        },
        {
            "start": 958404237,
            "stop": 958404372
        },
        {
            "start": 958404375,
            "stop": 958404949
        },
        {
            "start": 958404951,
            "stop": 958405153
        },
        {
            "start": 958405155,
            "stop": 958405440
        },
        {
            "start": 958405442,
            "stop": 958405808
        },
        {
            "start": 958405812,
            "stop": 958405966
        },
        {
            "start": 958405968,
            "stop": 958405986
        },
        {
            "start": 958405989,
            "stop": 958406055
        },
        {
            "start": 958406057,
            "stop": 958406113
        }
    ]
}