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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10180",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10181,
    "results": [
        {
            "start": 873828559,
            "stop": 873828600
        },
        {
            "start": 873828780,
            "stop": 873828863
        },
        {
            "start": 873828870,
            "stop": 873828900
        },
        {
            "start": 873829082,
            "stop": 873829140
        },
        {
            "start": 873829260,
            "stop": 873829320
        },
        {
            "start": 873829440,
            "stop": 873829610
        },
        {
            "start": 873829618,
            "stop": 873829625
        },
        {
            "start": 873829634,
            "stop": 873829639
        },
        {
            "start": 873829647,
            "stop": 873829653
        },
        {
            "start": 873829661,
            "stop": 873829697
        },
        {
            "start": 873829705,
            "stop": 873829740
        },
        {
            "start": 873830040,
            "stop": 873830116
        },
        {
            "start": 873830124,
            "stop": 873830129
        },
        {
            "start": 873830138,
            "stop": 873830148
        },
        {
            "start": 873830156,
            "stop": 873830162
        },
        {
            "start": 873830170,
            "stop": 873830177
        },
        {
            "start": 873830193,
            "stop": 873830280
        },
        {
            "start": 873830340,
            "stop": 873830397
        },
        {
            "start": 873830405,
            "stop": 873830413
        },
        {
            "start": 873830421,
            "stop": 873830430
        }
    ]
}