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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 143,
    "results": [
        {
            "start": 1416737562,
            "stop": 1416745933
        },
        {
            "start": 1416745934,
            "stop": 1416748694
        },
        {
            "start": 1416748698,
            "stop": 1416760758
        },
        {
            "start": 1416760761,
            "stop": 1416762087
        },
        {
            "start": 1416775436,
            "stop": 1416778311
        },
        {
            "start": 1416778313,
            "stop": 1416787888
        },
        {
            "start": 1416789257,
            "stop": 1416790724
        },
        {
            "start": 1416790729,
            "stop": 1416795908
        },
        {
            "start": 1416795913,
            "stop": 1416799430
        },
        {
            "start": 1416799433,
            "stop": 1416802078
        },
        {
            "start": 1416802080,
            "stop": 1416802081
        },
        {
            "start": 1416802084,
            "stop": 1416804336
        },
        {
            "start": 1416804339,
            "stop": 1416805719
        },
        {
            "start": 1416805723,
            "stop": 1416811688
        },
        {
            "start": 1416811693,
            "stop": 1416814104
        },
        {
            "start": 1416814107,
            "stop": 1416826507
        },
        {
            "start": 1416826510,
            "stop": 1416840442
        },
        {
            "start": 1416844364,
            "stop": 1416847930
        },
        {
            "start": 1416847935,
            "stop": 1416848488
        },
        {
            "start": 1416848493,
            "stop": 1416853507
        }
    ]
}