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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=77",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 78,
    "results": [
        {
            "start": 931289108,
            "stop": 931289109
        },
        {
            "start": 931289111,
            "stop": 931289113
        },
        {
            "start": 931289131,
            "stop": 931289135
        },
        {
            "start": 931289139,
            "stop": 931289151
        },
        {
            "start": 931289155,
            "stop": 931289158
        },
        {
            "start": 931289164,
            "stop": 931289170
        },
        {
            "start": 931289174,
            "stop": 931289176
        },
        {
            "start": 931289179,
            "stop": 931289181
        },
        {
            "start": 931289189,
            "stop": 931289190
        },
        {
            "start": 931289198,
            "stop": 931289200
        },
        {
            "start": 931289208,
            "stop": 931289210
        },
        {
            "start": 931289228,
            "stop": 931289231
        },
        {
            "start": 931289238,
            "stop": 931289239
        },
        {
            "start": 931289264,
            "stop": 931289266
        },
        {
            "start": 931289268,
            "stop": 931289270
        },
        {
            "start": 931289273,
            "stop": 931289275
        },
        {
            "start": 931289281,
            "stop": 931289285
        },
        {
            "start": 931289305,
            "stop": 931289311
        },
        {
            "start": 931289316,
            "stop": 931289317
        },
        {
            "start": 931289339,
            "stop": 931289345
        }
    ]
}