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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8275",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8276,
    "results": [
        {
            "start": 873911539,
            "stop": 873911560
        },
        {
            "start": 873911577,
            "stop": 873911613
        },
        {
            "start": 873911643,
            "stop": 873911656
        },
        {
            "start": 873911697,
            "stop": 873911700
        },
        {
            "start": 873911850,
            "stop": 873911860
        },
        {
            "start": 873911897,
            "stop": 873911953
        },
        {
            "start": 873911972,
            "stop": 873911975
        },
        {
            "start": 873912028,
            "stop": 873912035
        },
        {
            "start": 873912109,
            "stop": 873912130
        },
        {
            "start": 873912161,
            "stop": 873912170
        },
        {
            "start": 873912192,
            "stop": 873912238
        },
        {
            "start": 873912258,
            "stop": 873912263
        },
        {
            "start": 873912286,
            "stop": 873912292
        },
        {
            "start": 873912314,
            "stop": 873912323
        },
        {
            "start": 873939716,
            "stop": 873939987
        },
        {
            "start": 873940006,
            "stop": 873940236
        },
        {
            "start": 873940253,
            "stop": 873940461
        },
        {
            "start": 873940478,
            "stop": 873940598
        },
        {
            "start": 873940618,
            "stop": 873941883
        },
        {
            "start": 873941906,
            "stop": 873942411
        }
    ]
}