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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8916",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8917,
    "results": [
        {
            "start": 873424091,
            "stop": 873424181
        },
        {
            "start": 873424201,
            "stop": 873424423
        },
        {
            "start": 873439229,
            "stop": 873439233
        },
        {
            "start": 873439250,
            "stop": 873439253
        },
        {
            "start": 873439281,
            "stop": 873439795
        },
        {
            "start": 873439814,
            "stop": 873439954
        },
        {
            "start": 873439974,
            "stop": 873440209
        },
        {
            "start": 873440246,
            "stop": 873440285
        },
        {
            "start": 873440302,
            "stop": 873440561
        },
        {
            "start": 873440580,
            "stop": 873440588
        },
        {
            "start": 873440608,
            "stop": 873440750
        },
        {
            "start": 873440769,
            "stop": 873440799
        },
        {
            "start": 873440823,
            "stop": 873441039
        },
        {
            "start": 873441056,
            "stop": 873441202
        },
        {
            "start": 873441221,
            "stop": 873441369
        },
        {
            "start": 873441386,
            "stop": 873442007
        },
        {
            "start": 873442043,
            "stop": 873442272
        },
        {
            "start": 873442291,
            "stop": 873442401
        },
        {
            "start": 873442418,
            "stop": 873442593
        },
        {
            "start": 873442612,
            "stop": 873442903
        }
    ]
}