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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=384",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 385,
    "results": [
        {
            "start": 861177067,
            "stop": 861178247
        },
        {
            "start": 861178611,
            "stop": 861179780
        },
        {
            "start": 861179945,
            "stop": 861216114
        },
        {
            "start": 861217852,
            "stop": 861221356
        },
        {
            "start": 861222535,
            "stop": 861278798
        },
        {
            "start": 861279796,
            "stop": 861280222
        },
        {
            "start": 861282388,
            "stop": 861306942
        },
        {
            "start": 861307078,
            "stop": 861315719
        },
        {
            "start": 861316536,
            "stop": 861320387
        },
        {
            "start": 861321219,
            "stop": 861330482
        },
        {
            "start": 861331474,
            "stop": 861357089
        },
        {
            "start": 861358987,
            "stop": 861369612
        },
        {
            "start": 861370441,
            "stop": 861377696
        },
        {
            "start": 861377873,
            "stop": 861379643
        },
        {
            "start": 861379952,
            "stop": 861386371
        },
        {
            "start": 861386545,
            "stop": 861386547
        },
        {
            "start": 861386764,
            "stop": 861388502
        },
        {
            "start": 861388912,
            "stop": 861390942
        },
        {
            "start": 861392481,
            "stop": 861415769
        },
        {
            "start": 861415919,
            "stop": 861424466
        }
    ]
}