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=3853
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=3854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3852",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3853,
    "results": [
        {
            "start": 873673282,
            "stop": 873673356
        },
        {
            "start": 873673359,
            "stop": 873673563
        },
        {
            "start": 873673564,
            "stop": 873673649
        },
        {
            "start": 873673651,
            "stop": 873673822
        },
        {
            "start": 873673824,
            "stop": 873673868
        },
        {
            "start": 873673870,
            "stop": 873673997
        },
        {
            "start": 873673999,
            "stop": 873674035
        },
        {
            "start": 873674037,
            "stop": 873674055
        },
        {
            "start": 873674056,
            "stop": 873674130
        },
        {
            "start": 873674132,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873674455
        },
        {
            "start": 873674456,
            "stop": 873674618
        },
        {
            "start": 873674620,
            "stop": 873674819
        },
        {
            "start": 873674821,
            "stop": 873675155
        },
        {
            "start": 873675156,
            "stop": 873675176
        },
        {
            "start": 873675259,
            "stop": 873675273
        },
        {
            "start": 873675275,
            "stop": 873675440
        },
        {
            "start": 873675441,
            "stop": 873675495
        },
        {
            "start": 873675497,
            "stop": 873675840
        },
        {
            "start": 873675900,
            "stop": 873675922
        }
    ]
}