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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=71",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 72,
    "results": [
        {
            "start": 931286874,
            "stop": 931287077
        },
        {
            "start": 931287079,
            "stop": 931287096
        },
        {
            "start": 931287099,
            "stop": 931287106
        },
        {
            "start": 931287109,
            "stop": 931287134
        },
        {
            "start": 931287137,
            "stop": 931287138
        },
        {
            "start": 931287141,
            "stop": 931287146
        },
        {
            "start": 931287149,
            "stop": 931287152
        },
        {
            "start": 931287154,
            "stop": 931287160
        },
        {
            "start": 931287162,
            "stop": 931287164
        },
        {
            "start": 931287166,
            "stop": 931287185
        },
        {
            "start": 931287186,
            "stop": 931287192
        },
        {
            "start": 931287194,
            "stop": 931287196
        },
        {
            "start": 931287199,
            "stop": 931287202
        },
        {
            "start": 931287204,
            "stop": 931287212
        },
        {
            "start": 931287214,
            "stop": 931287225
        },
        {
            "start": 931287227,
            "stop": 931287230
        },
        {
            "start": 931287233,
            "stop": 931287240
        },
        {
            "start": 931287242,
            "stop": 931287257
        },
        {
            "start": 931287263,
            "stop": 931287266
        },
        {
            "start": 931287268,
            "stop": 931287274
        }
    ]
}