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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=115",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 116,
    "results": [
        {
            "start": 931339986,
            "stop": 931339987
        },
        {
            "start": 931339998,
            "stop": 931339999
        },
        {
            "start": 931340018,
            "stop": 931340020
        },
        {
            "start": 931340038,
            "stop": 931340039
        },
        {
            "start": 931340049,
            "stop": 931340050
        },
        {
            "start": 931340057,
            "stop": 931340061
        },
        {
            "start": 931340070,
            "stop": 931340071
        },
        {
            "start": 931340073,
            "stop": 931340074
        },
        {
            "start": 931340081,
            "stop": 931340082
        },
        {
            "start": 931340093,
            "stop": 931340095
        },
        {
            "start": 931340102,
            "stop": 931340103
        },
        {
            "start": 931340105,
            "stop": 931340106
        },
        {
            "start": 931340114,
            "stop": 931340115
        },
        {
            "start": 931340122,
            "stop": 931340126
        },
        {
            "start": 931340159,
            "stop": 931340160
        },
        {
            "start": 931340176,
            "stop": 931340180
        },
        {
            "start": 931340204,
            "stop": 931340205
        },
        {
            "start": 931340210,
            "stop": 931340211
        },
        {
            "start": 931340217,
            "stop": 931340221
        },
        {
            "start": 931340235,
            "stop": 931340237
        }
    ]
}