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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=161",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 162,
    "results": [
        {
            "start": 817272321,
            "stop": 817272600
        },
        {
            "start": 817272660,
            "stop": 817272932
        },
        {
            "start": 817272969,
            "stop": 817273004
        },
        {
            "start": 817273021,
            "stop": 817273620
        },
        {
            "start": 817273680,
            "stop": 817274220
        },
        {
            "start": 817274340,
            "stop": 817276626
        },
        {
            "start": 817276653,
            "stop": 817276668
        },
        {
            "start": 817276748,
            "stop": 817276822
        },
        {
            "start": 817276826,
            "stop": 817277100
        },
        {
            "start": 817277160,
            "stop": 817277204
        },
        {
            "start": 817277221,
            "stop": 817277224
        },
        {
            "start": 817277241,
            "stop": 817277274
        },
        {
            "start": 817277304,
            "stop": 817277359
        },
        {
            "start": 817277378,
            "stop": 817277389
        },
        {
            "start": 817277393,
            "stop": 817277473
        },
        {
            "start": 817277477,
            "stop": 817277509
        },
        {
            "start": 817277529,
            "stop": 817277783
        },
        {
            "start": 817277800,
            "stop": 817278461
        },
        {
            "start": 817278478,
            "stop": 817278960
        },
        {
            "start": 817278987,
            "stop": 817279068
        }
    ]
}