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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=513",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 514,
    "results": [
        {
            "start": 1262678316,
            "stop": 1262678341
        },
        {
            "start": 1262678347,
            "stop": 1262678473
        },
        {
            "start": 1262678476,
            "stop": 1262678636
        },
        {
            "start": 1262678637,
            "stop": 1262678651
        },
        {
            "start": 1262678659,
            "stop": 1262678664
        },
        {
            "start": 1262678672,
            "stop": 1262678675
        },
        {
            "start": 1262678683,
            "stop": 1262680570
        },
        {
            "start": 1262680573,
            "stop": 1262681842
        },
        {
            "start": 1262681860,
            "stop": 1262681958
        },
        {
            "start": 1262681961,
            "stop": 1262682513
        },
        {
            "start": 1262682516,
            "stop": 1262682845
        },
        {
            "start": 1262682848,
            "stop": 1262683527
        },
        {
            "start": 1262683530,
            "stop": 1262683868
        },
        {
            "start": 1262683872,
            "stop": 1262683880
        },
        {
            "start": 1262683884,
            "stop": 1262684957
        },
        {
            "start": 1262684960,
            "stop": 1262685309
        },
        {
            "start": 1262685312,
            "stop": 1262685652
        },
        {
            "start": 1262685655,
            "stop": 1262685707
        },
        {
            "start": 1262685710,
            "stop": 1262686175
        },
        {
            "start": 1262686178,
            "stop": 1262686297
        }
    ]
}