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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=385",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 386,
    "results": [
        {
            "start": 1260984985,
            "stop": 1260985009
        },
        {
            "start": 1260985012,
            "stop": 1260986756
        },
        {
            "start": 1260986759,
            "stop": 1260986821
        },
        {
            "start": 1260986829,
            "stop": 1260989472
        },
        {
            "start": 1260989475,
            "stop": 1260992143
        },
        {
            "start": 1260992146,
            "stop": 1260994075
        },
        {
            "start": 1260994077,
            "stop": 1260994090
        },
        {
            "start": 1260994093,
            "stop": 1260994530
        },
        {
            "start": 1260994533,
            "stop": 1260995221
        },
        {
            "start": 1260995224,
            "stop": 1260996019
        },
        {
            "start": 1260996020,
            "stop": 1260996021
        },
        {
            "start": 1260996023,
            "stop": 1260996074
        },
        {
            "start": 1260996076,
            "stop": 1260996237
        },
        {
            "start": 1260996239,
            "stop": 1260996365
        },
        {
            "start": 1260996367,
            "stop": 1260996444
        },
        {
            "start": 1260996446,
            "stop": 1260996523
        },
        {
            "start": 1260996526,
            "stop": 1260996538
        },
        {
            "start": 1260996540,
            "stop": 1260996542
        },
        {
            "start": 1260996545,
            "stop": 1260996555
        },
        {
            "start": 1260996558,
            "stop": 1260996600
        }
    ]
}