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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=330",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 331,
    "results": [
        {
            "start": 1379940537,
            "stop": 1379943200
        },
        {
            "start": 1379943204,
            "stop": 1379943564
        },
        {
            "start": 1379943567,
            "stop": 1379961155
        },
        {
            "start": 1379967271,
            "stop": 1379968255
        },
        {
            "start": 1379972049,
            "stop": 1379973028
        },
        {
            "start": 1379973031,
            "stop": 1379974596
        },
        {
            "start": 1379975090,
            "stop": 1379975300
        },
        {
            "start": 1379976713,
            "stop": 1379978164
        },
        {
            "start": 1379978169,
            "stop": 1379980771
        },
        {
            "start": 1379980774,
            "stop": 1379985965
        },
        {
            "start": 1379985970,
            "stop": 1379988192
        },
        {
            "start": 1379988526,
            "stop": 1379988625
        },
        {
            "start": 1379992953,
            "stop": 1379993259
        },
        {
            "start": 1379993638,
            "stop": 1379993866
        },
        {
            "start": 1379995016,
            "stop": 1379995230
        },
        {
            "start": 1379996215,
            "stop": 1379996530
        },
        {
            "start": 1380005275,
            "stop": 1380008564
        },
        {
            "start": 1380018372,
            "stop": 1380022601
        },
        {
            "start": 1380022605,
            "stop": 1380026842
        },
        {
            "start": 1380026845,
            "stop": 1380027986
        }
    ]
}