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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=152",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 153,
    "results": [
        {
            "start": 818077003,
            "stop": 818077004
        },
        {
            "start": 818077007,
            "stop": 818077010
        },
        {
            "start": 818077018,
            "stop": 818077021
        },
        {
            "start": 818077039,
            "stop": 818077043
        },
        {
            "start": 818077046,
            "stop": 818077048
        },
        {
            "start": 818077053,
            "stop": 818077055
        },
        {
            "start": 818077063,
            "stop": 818077068
        },
        {
            "start": 818077072,
            "stop": 818077075
        },
        {
            "start": 818077092,
            "stop": 818077096
        },
        {
            "start": 818077101,
            "stop": 818077102
        },
        {
            "start": 818077117,
            "stop": 818077118
        },
        {
            "start": 818077125,
            "stop": 818077127
        },
        {
            "start": 818077130,
            "stop": 818077131
        },
        {
            "start": 818077142,
            "stop": 818077143
        },
        {
            "start": 818077146,
            "stop": 818077150
        },
        {
            "start": 818077153,
            "stop": 818077159
        },
        {
            "start": 818077162,
            "stop": 818077163
        },
        {
            "start": 818077169,
            "stop": 818077173
        },
        {
            "start": 818077200,
            "stop": 818077202
        },
        {
            "start": 818077207,
            "stop": 818077211
        }
    ]
}