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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=412",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 413,
    "results": [
        {
            "start": 825079503,
            "stop": 825080743
        },
        {
            "start": 825080746,
            "stop": 825081790
        },
        {
            "start": 825081793,
            "stop": 825081982
        },
        {
            "start": 825081985,
            "stop": 825082176
        },
        {
            "start": 825082179,
            "stop": 825082547
        },
        {
            "start": 825082565,
            "stop": 825082702
        },
        {
            "start": 825082705,
            "stop": 825082951
        },
        {
            "start": 825082954,
            "stop": 825083063
        },
        {
            "start": 825083066,
            "stop": 825083462
        },
        {
            "start": 825083465,
            "stop": 825083968
        },
        {
            "start": 825083972,
            "stop": 825084654
        },
        {
            "start": 825084657,
            "stop": 825084818
        },
        {
            "start": 825084822,
            "stop": 825084824
        },
        {
            "start": 825084827,
            "stop": 825085014
        },
        {
            "start": 825085017,
            "stop": 825085319
        },
        {
            "start": 825085322,
            "stop": 825085808
        },
        {
            "start": 825085825,
            "stop": 825086004
        },
        {
            "start": 825086007,
            "stop": 825086113
        },
        {
            "start": 825086116,
            "stop": 825086128
        },
        {
            "start": 825086132,
            "stop": 825086299
        }
    ]
}