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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4569",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4567",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4568,
    "results": [
        {
            "start": 968865285,
            "stop": 968866192
        },
        {
            "start": 968866195,
            "stop": 968866378
        },
        {
            "start": 968866381,
            "stop": 968866615
        },
        {
            "start": 968866618,
            "stop": 968866901
        },
        {
            "start": 968866904,
            "stop": 968867701
        },
        {
            "start": 968867704,
            "stop": 968867918
        },
        {
            "start": 968868218,
            "stop": 968868595
        },
        {
            "start": 968868598,
            "stop": 968869719
        },
        {
            "start": 968869722,
            "stop": 968870651
        },
        {
            "start": 968870654,
            "stop": 968871112
        },
        {
            "start": 968871115,
            "stop": 968872308
        },
        {
            "start": 968872311,
            "stop": 968873378
        },
        {
            "start": 968873381,
            "stop": 968873797
        },
        {
            "start": 968873800,
            "stop": 968874506
        },
        {
            "start": 968874509,
            "stop": 968874543
        },
        {
            "start": 968874546,
            "stop": 968874869
        },
        {
            "start": 968874872,
            "stop": 968874968
        },
        {
            "start": 968874971,
            "stop": 968875276
        },
        {
            "start": 968875279,
            "stop": 968875551
        },
        {
            "start": 968875554,
            "stop": 968875988
        }
    ]
}