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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=313",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 314,
    "results": [
        {
            "start": 1240207386,
            "stop": 1240207504
        },
        {
            "start": 1240207506,
            "stop": 1240207624
        },
        {
            "start": 1240207626,
            "stop": 1240207744
        },
        {
            "start": 1240207746,
            "stop": 1240207865
        },
        {
            "start": 1240207866,
            "stop": 1240207985
        },
        {
            "start": 1240207986,
            "stop": 1240208105
        },
        {
            "start": 1240208106,
            "stop": 1240208225
        },
        {
            "start": 1240208226,
            "stop": 1240208344
        },
        {
            "start": 1240208346,
            "stop": 1240208464
        },
        {
            "start": 1240208466,
            "stop": 1240208584
        },
        {
            "start": 1240208586,
            "stop": 1240208702
        },
        {
            "start": 1240208703,
            "stop": 1240208824
        },
        {
            "start": 1240208826,
            "stop": 1240208944
        },
        {
            "start": 1240208946,
            "stop": 1240209064
        },
        {
            "start": 1240209066,
            "stop": 1240209184
        },
        {
            "start": 1240209186,
            "stop": 1240209304
        },
        {
            "start": 1240209306,
            "stop": 1240209424
        },
        {
            "start": 1240209426,
            "stop": 1240209544
        },
        {
            "start": 1240209546,
            "stop": 1240209664
        },
        {
            "start": 1240209666,
            "stop": 1240209784
        }
    ]
}