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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=45",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 46,
    "results": [
        {
            "start": 822515845,
            "stop": 822520033
        },
        {
            "start": 822521033,
            "stop": 822522613
        },
        {
            "start": 822523260,
            "stop": 822523693
        },
        {
            "start": 822523704,
            "stop": 822523706
        },
        {
            "start": 822523848,
            "stop": 822524833
        },
        {
            "start": 822527073,
            "stop": 822527090
        },
        {
            "start": 822527121,
            "stop": 822531467
        },
        {
            "start": 822534149,
            "stop": 822544981
        },
        {
            "start": 822545969,
            "stop": 822548173
        },
        {
            "start": 822550478,
            "stop": 822557473
        },
        {
            "start": 822557479,
            "stop": 822557481
        },
        {
            "start": 822559058,
            "stop": 822562933
        },
        {
            "start": 822562957,
            "stop": 822562959
        },
        {
            "start": 822563037,
            "stop": 822569047
        },
        {
            "start": 822569779,
            "stop": 822586033
        },
        {
            "start": 822586072,
            "stop": 822586073
        },
        {
            "start": 822586346,
            "stop": 822597778
        },
        {
            "start": 822598414,
            "stop": 822600073
        },
        {
            "start": 822600080,
            "stop": 822600082
        },
        {
            "start": 822600339,
            "stop": 822616782
        }
    ]
}