Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=115",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 116,
    "results": [
        {
            "start": 931339945,
            "stop": 931339946
        },
        {
            "start": 931339969,
            "stop": 931339970
        },
        {
            "start": 931339974,
            "stop": 931339976
        },
        {
            "start": 931339980,
            "stop": 931339981
        },
        {
            "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
        }
    ]
}