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=5978
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=5979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5977",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5978,
    "results": [
        {
            "start": 873312701,
            "stop": 873312704
        },
        {
            "start": 873312705,
            "stop": 873312706
        },
        {
            "start": 873312707,
            "stop": 873312708
        },
        {
            "start": 873312710,
            "stop": 873312712
        },
        {
            "start": 873312714,
            "stop": 873312715
        },
        {
            "start": 873312716,
            "stop": 873312737
        },
        {
            "start": 873312739,
            "stop": 873312742
        },
        {
            "start": 873312743,
            "stop": 873312747
        },
        {
            "start": 873312748,
            "stop": 873312764
        },
        {
            "start": 873312765,
            "stop": 873312771
        },
        {
            "start": 873312772,
            "stop": 873312774
        },
        {
            "start": 873312775,
            "stop": 873313937
        },
        {
            "start": 873313938,
            "stop": 873314692
        },
        {
            "start": 873314693,
            "stop": 873318481
        },
        {
            "start": 873318482,
            "stop": 873318772
        },
        {
            "start": 873318773,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873320500
        },
        {
            "start": 873320501,
            "stop": 873321271
        },
        {
            "start": 873321274,
            "stop": 873321308
        },
        {
            "start": 873323130,
            "stop": 873323131
        }
    ]
}