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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 161,
    "results": [
        {
            "start": 931598056,
            "stop": 931598057
        },
        {
            "start": 931598060,
            "stop": 931598062
        },
        {
            "start": 931598066,
            "stop": 931598069
        },
        {
            "start": 931598072,
            "stop": 931598107
        },
        {
            "start": 931598110,
            "stop": 931598144
        },
        {
            "start": 931598147,
            "stop": 931598153
        },
        {
            "start": 931598156,
            "stop": 931598167
        },
        {
            "start": 931598172,
            "stop": 931598175
        },
        {
            "start": 931598178,
            "stop": 931598197
        },
        {
            "start": 931598200,
            "stop": 931598202
        },
        {
            "start": 931598205,
            "stop": 931598214
        },
        {
            "start": 931598217,
            "stop": 931598226
        },
        {
            "start": 931598229,
            "stop": 931598232
        },
        {
            "start": 931598237,
            "stop": 931598249
        },
        {
            "start": 931598252,
            "stop": 931598253
        },
        {
            "start": 931598256,
            "stop": 931598260
        },
        {
            "start": 931598263,
            "stop": 931598269
        },
        {
            "start": 931598271,
            "stop": 931598273
        },
        {
            "start": 931598275,
            "stop": 931598284
        },
        {
            "start": 931598290,
            "stop": 931598311
        }
    ]
}