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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=91",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 92,
    "results": [
        {
            "start": 931318173,
            "stop": 931318182
        },
        {
            "start": 931318184,
            "stop": 931318196
        },
        {
            "start": 931318198,
            "stop": 931318205
        },
        {
            "start": 931318207,
            "stop": 931318215
        },
        {
            "start": 931318219,
            "stop": 931318233
        },
        {
            "start": 931318235,
            "stop": 931318244
        },
        {
            "start": 931318247,
            "stop": 931318248
        },
        {
            "start": 931318253,
            "stop": 931318256
        },
        {
            "start": 931318258,
            "stop": 931318259
        },
        {
            "start": 931318261,
            "stop": 931318272
        },
        {
            "start": 931318276,
            "stop": 931318297
        },
        {
            "start": 931318303,
            "stop": 931318306
        },
        {
            "start": 931318314,
            "stop": 931318316
        },
        {
            "start": 931318321,
            "stop": 931318324
        },
        {
            "start": 931318329,
            "stop": 931318332
        },
        {
            "start": 931318334,
            "stop": 931318335
        },
        {
            "start": 931318338,
            "stop": 931318342
        },
        {
            "start": 931318344,
            "stop": 931318357
        },
        {
            "start": 931318360,
            "stop": 931318362
        },
        {
            "start": 931326938,
            "stop": 931326940
        }
    ]
}