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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=374",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 375,
    "results": [
        {
            "start": 860098273,
            "stop": 860099559
        },
        {
            "start": 860099567,
            "stop": 860099621
        },
        {
            "start": 860099625,
            "stop": 860099660
        },
        {
            "start": 860099664,
            "stop": 860099708
        },
        {
            "start": 860099712,
            "stop": 860099814
        },
        {
            "start": 860099818,
            "stop": 860099891
        },
        {
            "start": 860099900,
            "stop": 860099905
        },
        {
            "start": 860099909,
            "stop": 860099925
        },
        {
            "start": 860099938,
            "stop": 860100430
        },
        {
            "start": 860100434,
            "stop": 860100444
        },
        {
            "start": 860100448,
            "stop": 860100685
        },
        {
            "start": 860100689,
            "stop": 860101182
        },
        {
            "start": 860101185,
            "stop": 860101234
        },
        {
            "start": 860101238,
            "stop": 860101388
        },
        {
            "start": 860101391,
            "stop": 860102871
        },
        {
            "start": 860102884,
            "stop": 860103098
        },
        {
            "start": 860103106,
            "stop": 860105684
        },
        {
            "start": 860106177,
            "stop": 860106352
        },
        {
            "start": 860106588,
            "stop": 860108876
        },
        {
            "start": 860108885,
            "stop": 860109483
        }
    ]
}