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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5307",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5308,
    "results": [
        {
            "start": 970749893,
            "stop": 970750110
        },
        {
            "start": 970750113,
            "stop": 970750350
        },
        {
            "start": 970750353,
            "stop": 970750412
        },
        {
            "start": 970750415,
            "stop": 970751226
        },
        {
            "start": 970751229,
            "stop": 970751284
        },
        {
            "start": 970751287,
            "stop": 970751750
        },
        {
            "start": 970751753,
            "stop": 970752618
        },
        {
            "start": 970752621,
            "stop": 970752632
        },
        {
            "start": 970752635,
            "stop": 970752863
        },
        {
            "start": 970752866,
            "stop": 970753517
        },
        {
            "start": 970753520,
            "stop": 970753824
        },
        {
            "start": 970753827,
            "stop": 970754106
        },
        {
            "start": 970754109,
            "stop": 970755097
        },
        {
            "start": 970755100,
            "stop": 970755616
        },
        {
            "start": 970755633,
            "stop": 970756629
        },
        {
            "start": 970756632,
            "stop": 970756833
        },
        {
            "start": 970756836,
            "stop": 970757018
        },
        {
            "start": 970760237,
            "stop": 970761281
        },
        {
            "start": 970761284,
            "stop": 970761405
        },
        {
            "start": 970761411,
            "stop": 970761458
        }
    ]
}