Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 5,
    "results": [
        {
            "start": 1165147821,
            "stop": 1165155931
        },
        {
            "start": 1165155935,
            "stop": 1165161467
        },
        {
            "start": 1165161470,
            "stop": 1165167559
        },
        {
            "start": 1165167563,
            "stop": 1165171824
        },
        {
            "start": 1165171924,
            "stop": 1165172458
        },
        {
            "start": 1165172462,
            "stop": 1165176967
        },
        {
            "start": 1165176971,
            "stop": 1165178326
        },
        {
            "start": 1165178330,
            "stop": 1165178755
        },
        {
            "start": 1165178759,
            "stop": 1165191021
        },
        {
            "start": 1165191088,
            "stop": 1165191416
        },
        {
            "start": 1165191478,
            "stop": 1165191617
        },
        {
            "start": 1165192405,
            "stop": 1165192464
        },
        {
            "start": 1165193313,
            "stop": 1165212580
        },
        {
            "start": 1165217978,
            "stop": 1165218374
        },
        {
            "start": 1165218378,
            "stop": 1165220136
        },
        {
            "start": 1165220431,
            "stop": 1165223339
        },
        {
            "start": 1165223343,
            "stop": 1165226046
        },
        {
            "start": 1165229548,
            "stop": 1165230356
        },
        {
            "start": 1165232740,
            "stop": 1165234173
        },
        {
            "start": 1165237671,
            "stop": 1165240809
        }
    ]
}