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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3764",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3765,
    "results": [
        {
            "start": 873018315,
            "stop": 873018321
        },
        {
            "start": 873018325,
            "stop": 873019352
        },
        {
            "start": 873019355,
            "stop": 873019356
        },
        {
            "start": 873019359,
            "stop": 873019387
        },
        {
            "start": 873019390,
            "stop": 873019593
        },
        {
            "start": 873019600,
            "stop": 873020461
        },
        {
            "start": 873020466,
            "stop": 873027964
        },
        {
            "start": 873027965,
            "stop": 873027984
        },
        {
            "start": 873027985,
            "stop": 873028094
        },
        {
            "start": 873028095,
            "stop": 873028097
        },
        {
            "start": 873028341,
            "stop": 873029254
        },
        {
            "start": 873029258,
            "stop": 873029259
        },
        {
            "start": 873029269,
            "stop": 873029286
        },
        {
            "start": 873029290,
            "stop": 873030569
        },
        {
            "start": 873030752,
            "stop": 873032220
        },
        {
            "start": 873032280,
            "stop": 873032290
        },
        {
            "start": 873032292,
            "stop": 873033156
        },
        {
            "start": 873033157,
            "stop": 873033232
        },
        {
            "start": 873034455,
            "stop": 873034557
        },
        {
            "start": 873034558,
            "stop": 873034614
        }
    ]
}