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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=184",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 185,
    "results": [
        {
            "start": 817558585,
            "stop": 817561103
        },
        {
            "start": 817561131,
            "stop": 817561603
        },
        {
            "start": 817561625,
            "stop": 817562604
        },
        {
            "start": 817562623,
            "stop": 817564030
        },
        {
            "start": 817564049,
            "stop": 817564057
        },
        {
            "start": 817564095,
            "stop": 817564337
        },
        {
            "start": 817564364,
            "stop": 817564852
        },
        {
            "start": 817564872,
            "stop": 817564876
        },
        {
            "start": 817564880,
            "stop": 817564946
        },
        {
            "start": 817564969,
            "stop": 817565001
        },
        {
            "start": 817565033,
            "stop": 817565042
        },
        {
            "start": 817580832,
            "stop": 817581065
        },
        {
            "start": 817581088,
            "stop": 817581282
        },
        {
            "start": 817581302,
            "stop": 817581348
        },
        {
            "start": 817581370,
            "stop": 817581374
        },
        {
            "start": 817581393,
            "stop": 817581523
        },
        {
            "start": 817581550,
            "stop": 817581600
        },
        {
            "start": 817581837,
            "stop": 817581875
        },
        {
            "start": 817581894,
            "stop": 817581906
        },
        {
            "start": 817582056,
            "stop": 817582073
        }
    ]
}