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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6065",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6066,
    "results": [
        {
            "start": 873831535,
            "stop": 873831660
        },
        {
            "start": 873831720,
            "stop": 873831814
        },
        {
            "start": 873831816,
            "stop": 873832083
        },
        {
            "start": 873832084,
            "stop": 873832257
        },
        {
            "start": 873832259,
            "stop": 873832513
        },
        {
            "start": 873832514,
            "stop": 873832654
        },
        {
            "start": 873832655,
            "stop": 873833318
        },
        {
            "start": 873833319,
            "stop": 873833379
        },
        {
            "start": 873833380,
            "stop": 873840312
        },
        {
            "start": 873840313,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873845458
        },
        {
            "start": 873845459,
            "stop": 873845752
        },
        {
            "start": 873845758,
            "stop": 873845763
        },
        {
            "start": 873845767,
            "stop": 873845771
        },
        {
            "start": 873845774,
            "stop": 873845777
        },
        {
            "start": 873845782,
            "stop": 873845795
        },
        {
            "start": 873845798,
            "stop": 873845806
        },
        {
            "start": 873845809,
            "stop": 873845856
        },
        {
            "start": 873845861,
            "stop": 873848714
        },
        {
            "start": 873848715,
            "stop": 873850527
        }
    ]
}