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=29293
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=29294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29292",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29293,
    "results": [
        {
            "start": 971180148,
            "stop": 971180150
        },
        {
            "start": 971180151,
            "stop": 971180153
        },
        {
            "start": 971180157,
            "stop": 971180161
        },
        {
            "start": 971180169,
            "stop": 971180171
        },
        {
            "start": 971180176,
            "stop": 971180178
        },
        {
            "start": 971180179,
            "stop": 971180180
        },
        {
            "start": 971180181,
            "stop": 971180182
        },
        {
            "start": 971180186,
            "stop": 971180188
        },
        {
            "start": 971180189,
            "stop": 971180195
        },
        {
            "start": 971180196,
            "stop": 971180197
        },
        {
            "start": 971180198,
            "stop": 971180209
        },
        {
            "start": 971180212,
            "stop": 971180214
        },
        {
            "start": 971180219,
            "stop": 971180224
        },
        {
            "start": 971180226,
            "stop": 971180228
        },
        {
            "start": 971180230,
            "stop": 971180231
        },
        {
            "start": 971180233,
            "stop": 971180236
        },
        {
            "start": 971180237,
            "stop": 971180241
        },
        {
            "start": 971180244,
            "stop": 971180245
        },
        {
            "start": 971180247,
            "stop": 971180251
        },
        {
            "start": 971180255,
            "stop": 971180257
        }
    ]
}