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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 4,
    "results": [
        {
            "start": 1368979661,
            "stop": 1368980007
        },
        {
            "start": 1368980009,
            "stop": 1368981191
        },
        {
            "start": 1368981193,
            "stop": 1368981524
        },
        {
            "start": 1368981525,
            "stop": 1368982483
        },
        {
            "start": 1368983715,
            "stop": 1368984864
        },
        {
            "start": 1368984866,
            "stop": 1368985679
        },
        {
            "start": 1368985680,
            "stop": 1368987030
        },
        {
            "start": 1368987033,
            "stop": 1368987423
        },
        {
            "start": 1368987424,
            "stop": 1368989217
        },
        {
            "start": 1368989219,
            "stop": 1368991354
        },
        {
            "start": 1368991355,
            "stop": 1368993034
        },
        {
            "start": 1368993037,
            "stop": 1368993488
        },
        {
            "start": 1368993490,
            "stop": 1368995547
        },
        {
            "start": 1368995549,
            "stop": 1368997280
        },
        {
            "start": 1368997282,
            "stop": 1368998399
        },
        {
            "start": 1368998402,
            "stop": 1368998405
        },
        {
            "start": 1368998407,
            "stop": 1368998415
        },
        {
            "start": 1368998417,
            "stop": 1368998430
        },
        {
            "start": 1368998432,
            "stop": 1369001164
        },
        {
            "start": 1369001166,
            "stop": 1369001183
        }
    ]
}