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=3841
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=3842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3840",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3841,
    "results": [
        {
            "start": 873554291,
            "stop": 873554293
        },
        {
            "start": 873554295,
            "stop": 873554297
        },
        {
            "start": 873554298,
            "stop": 873554301
        },
        {
            "start": 873554302,
            "stop": 873554327
        },
        {
            "start": 873554328,
            "stop": 873554706
        },
        {
            "start": 873554707,
            "stop": 873554708
        },
        {
            "start": 873554710,
            "stop": 873558489
        },
        {
            "start": 873576012,
            "stop": 873576013
        },
        {
            "start": 873576024,
            "stop": 873576026
        },
        {
            "start": 873576039,
            "stop": 873576040
        },
        {
            "start": 873576052,
            "stop": 873576053
        },
        {
            "start": 873576054,
            "stop": 873576055
        },
        {
            "start": 873576057,
            "stop": 873576058
        },
        {
            "start": 873576079,
            "stop": 873576080
        },
        {
            "start": 873576083,
            "stop": 873576084
        },
        {
            "start": 873576090,
            "stop": 873576091
        },
        {
            "start": 873576092,
            "stop": 873576105
        },
        {
            "start": 873576107,
            "stop": 873576108
        },
        {
            "start": 873576110,
            "stop": 873576111
        },
        {
            "start": 873576113,
            "stop": 873576127
        }
    ]
}