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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=378",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 379,
    "results": [
        {
            "start": 1266381907,
            "stop": 1266381908
        },
        {
            "start": 1266381909,
            "stop": 1266382094
        },
        {
            "start": 1266382095,
            "stop": 1266382104
        },
        {
            "start": 1266382105,
            "stop": 1266382112
        },
        {
            "start": 1266382113,
            "stop": 1266382114
        },
        {
            "start": 1266382116,
            "stop": 1266382122
        },
        {
            "start": 1266382124,
            "stop": 1266382129
        },
        {
            "start": 1266382130,
            "stop": 1266382133
        },
        {
            "start": 1266382134,
            "stop": 1266382142
        },
        {
            "start": 1266382145,
            "stop": 1266382152
        },
        {
            "start": 1266382154,
            "stop": 1266382155
        },
        {
            "start": 1266382159,
            "stop": 1266382160
        },
        {
            "start": 1266382161,
            "stop": 1266382163
        },
        {
            "start": 1266382164,
            "stop": 1266382171
        },
        {
            "start": 1266382172,
            "stop": 1266382185
        },
        {
            "start": 1266382186,
            "stop": 1266382208
        },
        {
            "start": 1266382209,
            "stop": 1266382220
        },
        {
            "start": 1266382221,
            "stop": 1266382225
        },
        {
            "start": 1266382226,
            "stop": 1266382233
        },
        {
            "start": 1266382234,
            "stop": 1266382235
        }
    ]
}