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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=301",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 302,
    "results": [
        {
            "start": 818601722,
            "stop": 818601723
        },
        {
            "start": 818601749,
            "stop": 818601765
        },
        {
            "start": 818602442,
            "stop": 818602669
        },
        {
            "start": 818602719,
            "stop": 818602789
        },
        {
            "start": 818602812,
            "stop": 818602831
        },
        {
            "start": 818602855,
            "stop": 818603048
        },
        {
            "start": 818603067,
            "stop": 818603079
        },
        {
            "start": 818603105,
            "stop": 818603120
        },
        {
            "start": 818603150,
            "stop": 818603873
        },
        {
            "start": 818603893,
            "stop": 818604207
        },
        {
            "start": 818604238,
            "stop": 818604318
        },
        {
            "start": 818604340,
            "stop": 818604433
        },
        {
            "start": 818604454,
            "stop": 818604601
        },
        {
            "start": 818604622,
            "stop": 818604693
        },
        {
            "start": 818604715,
            "stop": 818604784
        },
        {
            "start": 818604837,
            "stop": 818604905
        },
        {
            "start": 818604925,
            "stop": 818604950
        },
        {
            "start": 818604979,
            "stop": 818605027
        },
        {
            "start": 818605065,
            "stop": 818605117
        },
        {
            "start": 818605137,
            "stop": 818605170
        }
    ]
}