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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3198",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3199,
    "results": [
        {
            "start": 870681787,
            "stop": 870685500
        },
        {
            "start": 870685560,
            "stop": 870696000
        },
        {
            "start": 870696060,
            "stop": 870697560
        },
        {
            "start": 870697680,
            "stop": 870697860
        },
        {
            "start": 870697920,
            "stop": 870701177
        },
        {
            "start": 870701183,
            "stop": 870701207
        },
        {
            "start": 870701213,
            "stop": 870704760
        },
        {
            "start": 870704820,
            "stop": 870706980
        },
        {
            "start": 870707040,
            "stop": 870707085
        },
        {
            "start": 870707095,
            "stop": 870707112
        },
        {
            "start": 870707118,
            "stop": 870710280
        },
        {
            "start": 870710340,
            "stop": 870713052
        },
        {
            "start": 870713056,
            "stop": 870713640
        },
        {
            "start": 870713700,
            "stop": 870715907
        },
        {
            "start": 870716257,
            "stop": 870716280
        },
        {
            "start": 870716400,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870717420
        },
        {
            "start": 870717480,
            "stop": 870717600
        },
        {
            "start": 870717720,
            "stop": 870717780
        },
        {
            "start": 870717840,
            "stop": 870718570
        }
    ]
}