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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=263",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 264,
    "results": [
        {
            "start": 817985964,
            "stop": 817986022
        },
        {
            "start": 817986052,
            "stop": 817986101
        },
        {
            "start": 817986137,
            "stop": 817986138
        },
        {
            "start": 817986158,
            "stop": 817986223
        },
        {
            "start": 817986243,
            "stop": 817986336
        },
        {
            "start": 817986355,
            "stop": 817986450
        },
        {
            "start": 817986626,
            "stop": 817986663
        },
        {
            "start": 817986704,
            "stop": 817986754
        },
        {
            "start": 817986773,
            "stop": 817986813
        },
        {
            "start": 817986832,
            "stop": 817986881
        },
        {
            "start": 817986900,
            "stop": 817986966
        },
        {
            "start": 817986986,
            "stop": 817987011
        },
        {
            "start": 817987038,
            "stop": 817987137
        },
        {
            "start": 817987156,
            "stop": 817987175
        },
        {
            "start": 817987192,
            "stop": 817987285
        },
        {
            "start": 817987337,
            "stop": 817987401
        },
        {
            "start": 817987421,
            "stop": 817987460
        },
        {
            "start": 817987480,
            "stop": 817987550
        },
        {
            "start": 817987592,
            "stop": 817987680
        },
        {
            "start": 817987740,
            "stop": 817987875
        }
    ]
}