Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14403
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14404",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14402",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14403,
    "results": [
        {
            "start": 971440577,
            "stop": 971440580
        },
        {
            "start": 971440583,
            "stop": 971440584
        },
        {
            "start": 971440585,
            "stop": 971440604
        },
        {
            "start": 971440607,
            "stop": 971440609
        },
        {
            "start": 971440611,
            "stop": 971440615
        },
        {
            "start": 971440616,
            "stop": 971440621
        },
        {
            "start": 971440624,
            "stop": 971440630
        },
        {
            "start": 971440632,
            "stop": 971440635
        },
        {
            "start": 971440636,
            "stop": 971440849
        },
        {
            "start": 971440850,
            "stop": 971440914
        },
        {
            "start": 971440917,
            "stop": 971441205
        },
        {
            "start": 971441208,
            "stop": 971441215
        },
        {
            "start": 971441218,
            "stop": 971441299
        },
        {
            "start": 971441304,
            "stop": 971441306
        },
        {
            "start": 971441311,
            "stop": 971441385
        },
        {
            "start": 971441388,
            "stop": 971441395
        },
        {
            "start": 971441397,
            "stop": 971441411
        },
        {
            "start": 971441414,
            "stop": 971441415
        },
        {
            "start": 971441416,
            "stop": 971441426
        },
        {
            "start": 971441428,
            "stop": 971441494
        }
    ]
}