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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=275",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 276,
    "results": [
        {
            "start": 857653542,
            "stop": 857653837
        },
        {
            "start": 857653841,
            "stop": 857654078
        },
        {
            "start": 857654086,
            "stop": 857654381
        },
        {
            "start": 857654384,
            "stop": 857654626
        },
        {
            "start": 857654629,
            "stop": 857654631
        },
        {
            "start": 857654635,
            "stop": 857655352
        },
        {
            "start": 857655361,
            "stop": 857655400
        },
        {
            "start": 857655419,
            "stop": 857655447
        },
        {
            "start": 857655461,
            "stop": 857655467
        },
        {
            "start": 857655475,
            "stop": 857655639
        },
        {
            "start": 857655647,
            "stop": 857655924
        },
        {
            "start": 857655928,
            "stop": 857656029
        },
        {
            "start": 857656033,
            "stop": 857656799
        },
        {
            "start": 857656803,
            "stop": 857657433
        },
        {
            "start": 857657437,
            "stop": 857657442
        },
        {
            "start": 857657446,
            "stop": 857660520
        },
        {
            "start": 857660524,
            "stop": 857661390
        },
        {
            "start": 857661394,
            "stop": 857661409
        },
        {
            "start": 857661418,
            "stop": 857662329
        },
        {
            "start": 857662333,
            "stop": 857662594
        }
    ]
}