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=1713
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=1714",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1712",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1713,
    "results": [
        {
            "start": 957954010,
            "stop": 957954507
        },
        {
            "start": 957954509,
            "stop": 957955903
        },
        {
            "start": 957955905,
            "stop": 957956932
        },
        {
            "start": 957956934,
            "stop": 957957099
        },
        {
            "start": 957957101,
            "stop": 957957350
        },
        {
            "start": 957957352,
            "stop": 957957949
        },
        {
            "start": 957957951,
            "stop": 957958226
        },
        {
            "start": 957958228,
            "stop": 957958240
        },
        {
            "start": 957958242,
            "stop": 957958342
        },
        {
            "start": 957958345,
            "stop": 957958353
        },
        {
            "start": 957958358,
            "stop": 957958379
        },
        {
            "start": 957958381,
            "stop": 957958382
        },
        {
            "start": 957958384,
            "stop": 957958396
        },
        {
            "start": 957958399,
            "stop": 957958400
        },
        {
            "start": 957958403,
            "stop": 957958404
        },
        {
            "start": 957958407,
            "stop": 957958410
        },
        {
            "start": 957958412,
            "stop": 957958414
        },
        {
            "start": 957962069,
            "stop": 957963181
        },
        {
            "start": 957963183,
            "stop": 957963374
        },
        {
            "start": 957963375,
            "stop": 957963582
        }
    ]
}