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_CBCLOW_CAT3/segments?format=api&page=8177
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8176",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8177,
    "results": [
        {
            "start": 971012002,
            "stop": 971012012
        },
        {
            "start": 971012015,
            "stop": 971012030
        },
        {
            "start": 971012033,
            "stop": 971012106
        },
        {
            "start": 971012109,
            "stop": 971012118
        },
        {
            "start": 971012123,
            "stop": 971012138
        },
        {
            "start": 971012144,
            "stop": 971012163
        },
        {
            "start": 971012168,
            "stop": 971012197
        },
        {
            "start": 971012200,
            "stop": 971012215
        },
        {
            "start": 971012218,
            "stop": 971012226
        },
        {
            "start": 971012229,
            "stop": 971012263
        },
        {
            "start": 971012268,
            "stop": 971012336
        },
        {
            "start": 971012339,
            "stop": 971012341
        },
        {
            "start": 971012347,
            "stop": 971012349
        },
        {
            "start": 971012352,
            "stop": 971012360
        },
        {
            "start": 971012363,
            "stop": 971012367
        },
        {
            "start": 971012370,
            "stop": 971012403
        },
        {
            "start": 971012406,
            "stop": 971012428
        },
        {
            "start": 971012434,
            "stop": 971012463
        },
        {
            "start": 971012466,
            "stop": 971012474
        },
        {
            "start": 971012477,
            "stop": 971012503
        }
    ]
}