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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=239",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 240,
    "results": [
        {
            "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
        },
        {
            "start": 931463214,
            "stop": 931463215
        },
        {
            "start": 931463217,
            "stop": 931463218
        },
        {
            "start": 931463222,
            "stop": 931463239
        },
        {
            "start": 931463241,
            "stop": 931463266
        },
        {
            "start": 931463268,
            "stop": 931463273
        }
    ]
}