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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=186",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 187,
    "results": [
        {
            "start": 818207175,
            "stop": 818207179
        },
        {
            "start": 818207186,
            "stop": 818207193
        },
        {
            "start": 818207202,
            "stop": 818207208
        },
        {
            "start": 818207226,
            "stop": 818207230
        },
        {
            "start": 818207233,
            "stop": 818207235
        },
        {
            "start": 818207248,
            "stop": 818207250
        },
        {
            "start": 818207253,
            "stop": 818207263
        },
        {
            "start": 818207280,
            "stop": 818207281
        },
        {
            "start": 818207292,
            "stop": 818207296
        },
        {
            "start": 818207299,
            "stop": 818207304
        },
        {
            "start": 818207316,
            "stop": 818207317
        },
        {
            "start": 818207320,
            "stop": 818207326
        },
        {
            "start": 818207329,
            "stop": 818207330
        },
        {
            "start": 818207338,
            "stop": 818207339
        },
        {
            "start": 818207342,
            "stop": 818207346
        },
        {
            "start": 818207354,
            "stop": 818207356
        },
        {
            "start": 818207359,
            "stop": 818207362
        },
        {
            "start": 818207367,
            "stop": 818207368
        },
        {
            "start": 818207371,
            "stop": 818207380
        },
        {
            "start": 818207383,
            "stop": 818207384
        }
    ]
}