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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29274",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29275,
    "results": [
        {
            "start": 971178107,
            "stop": 971178109
        },
        {
            "start": 971178110,
            "stop": 971178113
        },
        {
            "start": 971178124,
            "stop": 971178125
        },
        {
            "start": 971178128,
            "stop": 971178132
        },
        {
            "start": 971178133,
            "stop": 971178139
        },
        {
            "start": 971178140,
            "stop": 971178147
        },
        {
            "start": 971178148,
            "stop": 971178152
        },
        {
            "start": 971178153,
            "stop": 971178160
        },
        {
            "start": 971178164,
            "stop": 971178166
        },
        {
            "start": 971178167,
            "stop": 971178170
        },
        {
            "start": 971178173,
            "stop": 971178178
        },
        {
            "start": 971178179,
            "stop": 971178181
        },
        {
            "start": 971178184,
            "stop": 971178195
        },
        {
            "start": 971178196,
            "stop": 971178199
        },
        {
            "start": 971178200,
            "stop": 971178202
        },
        {
            "start": 971178203,
            "stop": 971178204
        },
        {
            "start": 971178206,
            "stop": 971178207
        },
        {
            "start": 971178209,
            "stop": 971178212
        },
        {
            "start": 971178214,
            "stop": 971178217
        },
        {
            "start": 971178218,
            "stop": 971178225
        }
    ]
}