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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=33",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 34,
    "results": [
        {
            "start": 938665153,
            "stop": 938665173
        },
        {
            "start": 938665176,
            "stop": 938665205
        },
        {
            "start": 938665208,
            "stop": 938665232
        },
        {
            "start": 938665235,
            "stop": 938665244
        },
        {
            "start": 938665249,
            "stop": 938665337
        },
        {
            "start": 938665343,
            "stop": 938665356
        },
        {
            "start": 938665364,
            "stop": 938665403
        },
        {
            "start": 938665409,
            "stop": 938665410
        },
        {
            "start": 938665414,
            "stop": 938665415
        },
        {
            "start": 938665418,
            "stop": 938665421
        },
        {
            "start": 938665427,
            "stop": 938665595
        },
        {
            "start": 938665598,
            "stop": 938665602
        },
        {
            "start": 938665607,
            "stop": 938665725
        },
        {
            "start": 938665728,
            "stop": 938665839
        },
        {
            "start": 938665842,
            "stop": 938665899
        },
        {
            "start": 938665901,
            "stop": 938680103
        },
        {
            "start": 938681540,
            "stop": 938681543
        },
        {
            "start": 938684218,
            "stop": 938684710
        },
        {
            "start": 938684713,
            "stop": 938684885
        },
        {
            "start": 938686371,
            "stop": 938686408
        }
    ]
}