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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=34",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 35,
    "results": [
        {
            "start": 938686412,
            "stop": 938686419
        },
        {
            "start": 938686430,
            "stop": 938686471
        },
        {
            "start": 938686476,
            "stop": 938686553
        },
        {
            "start": 938686570,
            "stop": 938686571
        },
        {
            "start": 938686577,
            "stop": 938686626
        },
        {
            "start": 938686632,
            "stop": 938686633
        },
        {
            "start": 938686642,
            "stop": 938686745
        },
        {
            "start": 938686748,
            "stop": 938686751
        },
        {
            "start": 938686758,
            "stop": 938686761
        },
        {
            "start": 938686766,
            "stop": 938686854
        },
        {
            "start": 938686860,
            "stop": 938686864
        },
        {
            "start": 938686868,
            "stop": 938686872
        },
        {
            "start": 938686876,
            "stop": 938686897
        },
        {
            "start": 938686905,
            "stop": 938686931
        },
        {
            "start": 938686953,
            "stop": 938687025
        },
        {
            "start": 938687040,
            "stop": 938687044
        },
        {
            "start": 938687046,
            "stop": 938687069
        },
        {
            "start": 938687072,
            "stop": 938687100
        },
        {
            "start": 938687108,
            "stop": 938687112
        },
        {
            "start": 938687116,
            "stop": 938687119
        }
    ]
}