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=5982
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=5983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5981",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5982,
    "results": [
        {
            "start": 873332171,
            "stop": 873332957
        },
        {
            "start": 873332958,
            "stop": 873332959
        },
        {
            "start": 873332960,
            "stop": 873332961
        },
        {
            "start": 873332962,
            "stop": 873333468
        },
        {
            "start": 873333469,
            "stop": 873333799
        },
        {
            "start": 873333800,
            "stop": 873334050
        },
        {
            "start": 873334051,
            "stop": 873334052
        },
        {
            "start": 873334053,
            "stop": 873334054
        },
        {
            "start": 873334055,
            "stop": 873339069
        },
        {
            "start": 873339070,
            "stop": 873339599
        },
        {
            "start": 873339602,
            "stop": 873341213
        },
        {
            "start": 873341216,
            "stop": 873341401
        },
        {
            "start": 873341402,
            "stop": 873341565
        },
        {
            "start": 873341567,
            "stop": 873341723
        },
        {
            "start": 873341726,
            "stop": 873341746
        },
        {
            "start": 873341749,
            "stop": 873341855
        },
        {
            "start": 873341856,
            "stop": 873341877
        },
        {
            "start": 873341880,
            "stop": 873341883
        },
        {
            "start": 873341886,
            "stop": 873342251
        },
        {
            "start": 873342254,
            "stop": 873342309
        }
    ]
}