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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=239",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 240,
    "results": [
        {
            "start": 931462993,
            "stop": 931462994
        },
        {
            "start": 931462996,
            "stop": 931463008
        },
        {
            "start": 931463011,
            "stop": 931463018
        },
        {
            "start": 931463020,
            "stop": 931463022
        },
        {
            "start": 931463024,
            "stop": 931463035
        },
        {
            "start": 931463037,
            "stop": 931463040
        },
        {
            "start": 931463042,
            "stop": 931463043
        },
        {
            "start": 931463045,
            "stop": 931463051
        },
        {
            "start": 931463053,
            "stop": 931463069
        },
        {
            "start": 931463070,
            "stop": 931463085
        },
        {
            "start": 931463087,
            "stop": 931463101
        },
        {
            "start": 931463103,
            "stop": 931463106
        },
        {
            "start": 931463108,
            "stop": 931463113
        },
        {
            "start": 931463115,
            "stop": 931463122
        },
        {
            "start": 931463124,
            "stop": 931463125
        },
        {
            "start": 931463127,
            "stop": 931463131
        },
        {
            "start": 931463133,
            "stop": 931463156
        },
        {
            "start": 931463159,
            "stop": 931463167
        },
        {
            "start": 931463169,
            "stop": 931463208
        },
        {
            "start": 931463210,
            "stop": 931463212
        }
    ]
}