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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=488",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 489,
    "results": [
        {
            "start": 822181212,
            "stop": 822181836
        },
        {
            "start": 822181837,
            "stop": 822182957
        },
        {
            "start": 822183783,
            "stop": 822185027
        },
        {
            "start": 822185720,
            "stop": 822197981
        },
        {
            "start": 822197982,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205517
        },
        {
            "start": 822205526,
            "stop": 822205528
        },
        {
            "start": 822206353,
            "stop": 822208685
        },
        {
            "start": 822209829,
            "stop": 822220333
        },
        {
            "start": 822272362,
            "stop": 822280895
        },
        {
            "start": 822280902,
            "stop": 822282910
        },
        {
            "start": 822283875,
            "stop": 822290445
        },
        {
            "start": 822290943,
            "stop": 822299448
        },
        {
            "start": 822299455,
            "stop": 822299629
        },
        {
            "start": 822299636,
            "stop": 822321278
        },
        {
            "start": 822321279,
            "stop": 822323919
        },
        {
            "start": 822324154,
            "stop": 822327736
        },
        {
            "start": 822347152,
            "stop": 822347752
        },
        {
            "start": 822347940,
            "stop": 822355634
        },
        {
            "start": 822355848,
            "stop": 822357785
        }
    ]
}