Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=132",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 133,
    "results": [
        {
            "start": 931355780,
            "stop": 931355781
        },
        {
            "start": 931356164,
            "stop": 931356165
        },
        {
            "start": 931356216,
            "stop": 931356217
        },
        {
            "start": 931356225,
            "stop": 931356226
        },
        {
            "start": 931356289,
            "stop": 931356290
        },
        {
            "start": 931356432,
            "stop": 931356433
        },
        {
            "start": 931356818,
            "stop": 931356819
        },
        {
            "start": 931356941,
            "stop": 931356942
        },
        {
            "start": 931357042,
            "stop": 931357043
        },
        {
            "start": 931357798,
            "stop": 931357799
        },
        {
            "start": 931357849,
            "stop": 931357850
        },
        {
            "start": 931357902,
            "stop": 931357903
        },
        {
            "start": 931358012,
            "stop": 931358013
        },
        {
            "start": 931358247,
            "stop": 931358248
        },
        {
            "start": 931358280,
            "stop": 931358281
        },
        {
            "start": 931358308,
            "stop": 931358309
        },
        {
            "start": 931358320,
            "stop": 931358321
        },
        {
            "start": 931358327,
            "stop": 931358328
        },
        {
            "start": 931358371,
            "stop": 931358372
        },
        {
            "start": 931358375,
            "stop": 931358376
        }
    ]
}