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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4901",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4902,
    "results": [
        {
            "start": 874259132,
            "stop": 874259187
        },
        {
            "start": 874259207,
            "stop": 874259215
        },
        {
            "start": 874259235,
            "stop": 874259247
        },
        {
            "start": 874259267,
            "stop": 874259293
        },
        {
            "start": 874259312,
            "stop": 874259407
        },
        {
            "start": 874259426,
            "stop": 874259455
        },
        {
            "start": 874259475,
            "stop": 874259490
        },
        {
            "start": 874259509,
            "stop": 874259547
        },
        {
            "start": 874259613,
            "stop": 874259628
        },
        {
            "start": 874259647,
            "stop": 874259674
        },
        {
            "start": 874259716,
            "stop": 874259724
        },
        {
            "start": 874259743,
            "stop": 874259766
        },
        {
            "start": 874259786,
            "stop": 874259793
        },
        {
            "start": 874259832,
            "stop": 874259843
        },
        {
            "start": 874259862,
            "stop": 874259960
        },
        {
            "start": 874259983,
            "stop": 874259994
        },
        {
            "start": 874260026,
            "stop": 874260032
        },
        {
            "start": 874260052,
            "stop": 874260078
        },
        {
            "start": 874260097,
            "stop": 874260113
        },
        {
            "start": 874260134,
            "stop": 874260195
        }
    ]
}