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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=677",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 678,
    "results": [
        {
            "start": 1266381903,
            "stop": 1266381904
        },
        {
            "start": 1266381905,
            "stop": 1266381906
        },
        {
            "start": 1266381907,
            "stop": 1266381908
        },
        {
            "start": 1266381909,
            "stop": 1266381930
        },
        {
            "start": 1266381932,
            "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
        }
    ]
}