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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 179,
    "results": [
        {
            "start": 1374137740,
            "stop": 1374138484
        },
        {
            "start": 1374138487,
            "stop": 1374139984
        },
        {
            "start": 1374139986,
            "stop": 1374142275
        },
        {
            "start": 1374142277,
            "stop": 1374144216
        },
        {
            "start": 1374144220,
            "stop": 1374144492
        },
        {
            "start": 1374144494,
            "stop": 1374145237
        },
        {
            "start": 1374145239,
            "stop": 1374146368
        },
        {
            "start": 1374146370,
            "stop": 1374149134
        },
        {
            "start": 1374149136,
            "stop": 1374151459
        },
        {
            "start": 1374151460,
            "stop": 1374151571
        },
        {
            "start": 1374151575,
            "stop": 1374152371
        },
        {
            "start": 1374152372,
            "stop": 1374153613
        },
        {
            "start": 1374153614,
            "stop": 1374156403
        },
        {
            "start": 1374156405,
            "stop": 1374158645
        },
        {
            "start": 1374158647,
            "stop": 1374159318
        },
        {
            "start": 1374159320,
            "stop": 1374160764
        },
        {
            "start": 1374160766,
            "stop": 1374161366
        },
        {
            "start": 1374161368,
            "stop": 1374162609
        },
        {
            "start": 1374162610,
            "stop": 1374162637
        },
        {
            "start": 1374162642,
            "stop": 1374165970
        }
    ]
}