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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=50",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 51,
    "results": [
        {
            "start": 940984587,
            "stop": 940985244
        },
        {
            "start": 940985352,
            "stop": 940985730
        },
        {
            "start": 940985735,
            "stop": 940985970
        },
        {
            "start": 940985973,
            "stop": 940985981
        },
        {
            "start": 940985985,
            "stop": 940985988
        },
        {
            "start": 940985991,
            "stop": 940986016
        },
        {
            "start": 940986019,
            "stop": 940988299
        },
        {
            "start": 940988302,
            "stop": 940988309
        },
        {
            "start": 940988312,
            "stop": 940988321
        },
        {
            "start": 940988325,
            "stop": 940989086
        },
        {
            "start": 940989089,
            "stop": 940989136
        },
        {
            "start": 940989141,
            "stop": 940989319
        },
        {
            "start": 940989322,
            "stop": 940989342
        },
        {
            "start": 940989347,
            "stop": 940989417
        },
        {
            "start": 940989420,
            "stop": 940989484
        },
        {
            "start": 940989486,
            "stop": 940989499
        },
        {
            "start": 940989505,
            "stop": 940989568
        },
        {
            "start": 940989571,
            "stop": 940989590
        },
        {
            "start": 940989594,
            "stop": 940989826
        },
        {
            "start": 940989829,
            "stop": 940989895
        }
    ]
}