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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14128",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14129,
    "results": [
        {
            "start": 971162155,
            "stop": 971162158
        },
        {
            "start": 971162160,
            "stop": 971162162
        },
        {
            "start": 971162164,
            "stop": 971162165
        },
        {
            "start": 971162166,
            "stop": 971162168
        },
        {
            "start": 971162170,
            "stop": 971162173
        },
        {
            "start": 971162175,
            "stop": 971162176
        },
        {
            "start": 971162177,
            "stop": 971162179
        },
        {
            "start": 971162181,
            "stop": 971162183
        },
        {
            "start": 971162184,
            "stop": 971162185
        },
        {
            "start": 971162186,
            "stop": 971162192
        },
        {
            "start": 971162194,
            "stop": 971162195
        },
        {
            "start": 971162197,
            "stop": 971162200
        },
        {
            "start": 971162203,
            "stop": 971162204
        },
        {
            "start": 971162206,
            "stop": 971162209
        },
        {
            "start": 971162210,
            "stop": 971162215
        },
        {
            "start": 971162217,
            "stop": 971162219
        },
        {
            "start": 971162220,
            "stop": 971162223
        },
        {
            "start": 971162226,
            "stop": 971162227
        },
        {
            "start": 971162228,
            "stop": 971162229
        },
        {
            "start": 971162231,
            "stop": 971162232
        }
    ]
}