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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=37",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 38,
    "results": [
        {
            "start": 938754062,
            "stop": 938754138
        },
        {
            "start": 938754141,
            "stop": 938754213
        },
        {
            "start": 938754220,
            "stop": 938754271
        },
        {
            "start": 938754276,
            "stop": 938754283
        },
        {
            "start": 938754287,
            "stop": 938754699
        },
        {
            "start": 938754703,
            "stop": 938754788
        },
        {
            "start": 938754792,
            "stop": 938754807
        },
        {
            "start": 938754809,
            "stop": 938754811
        },
        {
            "start": 938754814,
            "stop": 938754858
        },
        {
            "start": 938754863,
            "stop": 938754960
        },
        {
            "start": 938754962,
            "stop": 938755678
        },
        {
            "start": 938755681,
            "stop": 938755689
        },
        {
            "start": 938755692,
            "stop": 938755815
        },
        {
            "start": 938755818,
            "stop": 938756173
        },
        {
            "start": 938756176,
            "stop": 938759036
        },
        {
            "start": 938759041,
            "stop": 938760542
        },
        {
            "start": 938760545,
            "stop": 938760623
        },
        {
            "start": 938760627,
            "stop": 938760859
        },
        {
            "start": 938760862,
            "stop": 938760864
        },
        {
            "start": 938760866,
            "stop": 938761214
        }
    ]
}