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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15759",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15757",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15758,
    "results": [
        {
            "start": 971168841,
            "stop": 971168842
        },
        {
            "start": 971168862,
            "stop": 971168865
        },
        {
            "start": 971168866,
            "stop": 971168871
        },
        {
            "start": 971168877,
            "stop": 971168878
        },
        {
            "start": 971168881,
            "stop": 971168885
        },
        {
            "start": 971168886,
            "stop": 971168889
        },
        {
            "start": 971168891,
            "stop": 971168892
        },
        {
            "start": 971168899,
            "stop": 971168901
        },
        {
            "start": 971168909,
            "stop": 971168913
        },
        {
            "start": 971168916,
            "stop": 971168918
        },
        {
            "start": 971168919,
            "stop": 971168922
        },
        {
            "start": 971168923,
            "stop": 971168924
        },
        {
            "start": 971168926,
            "stop": 971168927
        },
        {
            "start": 971168931,
            "stop": 971168933
        },
        {
            "start": 971168934,
            "stop": 971168935
        },
        {
            "start": 971168936,
            "stop": 971168939
        },
        {
            "start": 971168940,
            "stop": 971168941
        },
        {
            "start": 971168943,
            "stop": 971168944
        },
        {
            "start": 971168946,
            "stop": 971168947
        },
        {
            "start": 971168948,
            "stop": 971168949
        }
    ]
}