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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 277,
    "results": [
        {
            "start": 1260025177,
            "stop": 1260027293
        },
        {
            "start": 1260027296,
            "stop": 1260027551
        },
        {
            "start": 1260027554,
            "stop": 1260027858
        },
        {
            "start": 1260027860,
            "stop": 1260027914
        },
        {
            "start": 1260066826,
            "stop": 1260067969
        },
        {
            "start": 1260067971,
            "stop": 1260071517
        },
        {
            "start": 1260071525,
            "stop": 1260074587
        },
        {
            "start": 1260074590,
            "stop": 1260076413
        },
        {
            "start": 1260076416,
            "stop": 1260076511
        },
        {
            "start": 1260076512,
            "stop": 1260077642
        },
        {
            "start": 1260077645,
            "stop": 1260081890
        },
        {
            "start": 1260081893,
            "stop": 1260084047
        },
        {
            "start": 1260145132,
            "stop": 1260145134
        },
        {
            "start": 1260145136,
            "stop": 1260145968
        },
        {
            "start": 1260145971,
            "stop": 1260146114
        },
        {
            "start": 1260146115,
            "stop": 1260146773
        },
        {
            "start": 1260146776,
            "stop": 1260147352
        },
        {
            "start": 1260147355,
            "stop": 1260147510
        },
        {
            "start": 1260147513,
            "stop": 1260147839
        },
        {
            "start": 1260147842,
            "stop": 1260147924
        }
    ]
}