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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=550",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 551,
    "results": [
        {
            "start": 872431151,
            "stop": 872431165
        },
        {
            "start": 872431166,
            "stop": 872431168
        },
        {
            "start": 872431169,
            "stop": 872431522
        },
        {
            "start": 872431524,
            "stop": 872431556
        },
        {
            "start": 872431558,
            "stop": 872431916
        },
        {
            "start": 872431994,
            "stop": 872432724
        },
        {
            "start": 872432726,
            "stop": 872434084
        },
        {
            "start": 872435279,
            "stop": 872435311
        },
        {
            "start": 872435504,
            "stop": 872435843
        },
        {
            "start": 872435845,
            "stop": 872436206
        },
        {
            "start": 872436208,
            "stop": 872436210
        },
        {
            "start": 872436212,
            "stop": 872436221
        },
        {
            "start": 872436222,
            "stop": 872436225
        },
        {
            "start": 872436227,
            "stop": 872436334
        },
        {
            "start": 872436337,
            "stop": 872436338
        },
        {
            "start": 872436339,
            "stop": 872436426
        },
        {
            "start": 872436833,
            "stop": 872439726
        },
        {
            "start": 872439731,
            "stop": 872440763
        },
        {
            "start": 872440765,
            "stop": 872446089
        },
        {
            "start": 872447639,
            "stop": 872448416
        }
    ]
}