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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=69",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 70,
    "results": [
        {
            "start": 817418182,
            "stop": 817419092
        },
        {
            "start": 817419121,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419759
        },
        {
            "start": 817419766,
            "stop": 817419767
        },
        {
            "start": 817419796,
            "stop": 817421250
        },
        {
            "start": 817421288,
            "stop": 817421945
        },
        {
            "start": 817421974,
            "stop": 817421982
        },
        {
            "start": 817422011,
            "stop": 817422082
        },
        {
            "start": 817422115,
            "stop": 817422312
        },
        {
            "start": 817422341,
            "stop": 817422769
        },
        {
            "start": 817422798,
            "stop": 817423068
        },
        {
            "start": 817423097,
            "stop": 817423923
        },
        {
            "start": 817423959,
            "stop": 817423976
        },
        {
            "start": 817424005,
            "stop": 817424060
        },
        {
            "start": 817424089,
            "stop": 817424100
        },
        {
            "start": 817424131,
            "stop": 817425216
        },
        {
            "start": 817425245,
            "stop": 817425717
        },
        {
            "start": 817425746,
            "stop": 817425778
        },
        {
            "start": 817425807,
            "stop": 817425813
        },
        {
            "start": 817425869,
            "stop": 817426210
        }
    ]
}