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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=361",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 362,
    "results": [
        {
            "start": 1385971310,
            "stop": 1385990178
        },
        {
            "start": 1386395900,
            "stop": 1386398600
        },
        {
            "start": 1386398605,
            "stop": 1386400538
        },
        {
            "start": 1386457398,
            "stop": 1386463345
        },
        {
            "start": 1386463350,
            "stop": 1386467351
        },
        {
            "start": 1386467356,
            "stop": 1386507226
        },
        {
            "start": 1386507231,
            "stop": 1386519420
        },
        {
            "start": 1386519422,
            "stop": 1386521424
        },
        {
            "start": 1386521965,
            "stop": 1386532078
        },
        {
            "start": 1386532084,
            "stop": 1386532086
        },
        {
            "start": 1386544018,
            "stop": 1386553324
        },
        {
            "start": 1386553331,
            "stop": 1386553335
        },
        {
            "start": 1386553342,
            "stop": 1386553346
        },
        {
            "start": 1386553353,
            "stop": 1386553356
        },
        {
            "start": 1386553364,
            "stop": 1386553367
        },
        {
            "start": 1386553375,
            "stop": 1386553378
        },
        {
            "start": 1386553386,
            "stop": 1386553389
        },
        {
            "start": 1386553397,
            "stop": 1386553400
        },
        {
            "start": 1386553407,
            "stop": 1386553411
        },
        {
            "start": 1386553418,
            "stop": 1386553421
        }
    ]
}