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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 83,
    "results": [
        {
            "start": 1410615494,
            "stop": 1410618149
        },
        {
            "start": 1410650656,
            "stop": 1410650664
        },
        {
            "start": 1410650703,
            "stop": 1410661602
        },
        {
            "start": 1410661605,
            "stop": 1410667352
        },
        {
            "start": 1410669392,
            "stop": 1410678207
        },
        {
            "start": 1410678212,
            "stop": 1410685638
        },
        {
            "start": 1410685643,
            "stop": 1410701969
        },
        {
            "start": 1410707371,
            "stop": 1410713724
        },
        {
            "start": 1410713731,
            "stop": 1410718673
        },
        {
            "start": 1410718678,
            "stop": 1410719684
        },
        {
            "start": 1410719689,
            "stop": 1410720871
        },
        {
            "start": 1410720876,
            "stop": 1410720929
        },
        {
            "start": 1410720934,
            "stop": 1410722115
        },
        {
            "start": 1410722120,
            "stop": 1410728386
        },
        {
            "start": 1410728391,
            "stop": 1410729193
        },
        {
            "start": 1410734419,
            "stop": 1410737269
        },
        {
            "start": 1410737274,
            "stop": 1410739137
        },
        {
            "start": 1410739142,
            "stop": 1410741183
        },
        {
            "start": 1410741187,
            "stop": 1410741202
        },
        {
            "start": 1410741206,
            "stop": 1410742054
        }
    ]
}