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=6089
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=6090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6088",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6089,
    "results": [
        {
            "start": 873958603,
            "stop": 873959766
        },
        {
            "start": 873959767,
            "stop": 873959950
        },
        {
            "start": 873959952,
            "stop": 873960063
        },
        {
            "start": 873960067,
            "stop": 873960303
        },
        {
            "start": 873960304,
            "stop": 873960493
        },
        {
            "start": 873960494,
            "stop": 873960530
        },
        {
            "start": 873960533,
            "stop": 873961737
        },
        {
            "start": 873961740,
            "stop": 873961791
        },
        {
            "start": 873961792,
            "stop": 873961805
        },
        {
            "start": 873961810,
            "stop": 873961816
        },
        {
            "start": 873961819,
            "stop": 873961875
        },
        {
            "start": 873961878,
            "stop": 873962750
        },
        {
            "start": 873962753,
            "stop": 873963208
        },
        {
            "start": 873963209,
            "stop": 873963229
        },
        {
            "start": 873963233,
            "stop": 873963589
        },
        {
            "start": 873963590,
            "stop": 873964052
        },
        {
            "start": 873964053,
            "stop": 873965294
        },
        {
            "start": 873965297,
            "stop": 873965447
        },
        {
            "start": 873965448,
            "stop": 873965477
        },
        {
            "start": 873965481,
            "stop": 873965559
        }
    ]
}