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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=301",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 302,
    "results": [
        {
            "start": 858812559,
            "stop": 858812833
        },
        {
            "start": 858812837,
            "stop": 858812891
        },
        {
            "start": 858812895,
            "stop": 858812901
        },
        {
            "start": 858812914,
            "stop": 858812930
        },
        {
            "start": 858812943,
            "stop": 858813046
        },
        {
            "start": 858813069,
            "stop": 858814155
        },
        {
            "start": 858814159,
            "stop": 858816457
        },
        {
            "start": 858816462,
            "stop": 858816739
        },
        {
            "start": 858816748,
            "stop": 858819180
        },
        {
            "start": 858825931,
            "stop": 858885505
        },
        {
            "start": 858886639,
            "stop": 858886677
        },
        {
            "start": 858887385,
            "stop": 858892077
        },
        {
            "start": 858892897,
            "stop": 858951712
        },
        {
            "start": 858955010,
            "stop": 858961242
        },
        {
            "start": 858962276,
            "stop": 858963308
        },
        {
            "start": 858966235,
            "stop": 858966240
        },
        {
            "start": 858968640,
            "stop": 858973777
        },
        {
            "start": 858975196,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068964
        },
        {
            "start": 859069657,
            "stop": 859073364
        }
    ]
}