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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8149",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8150,
    "results": [
        {
            "start": 873115790,
            "stop": 873115797
        },
        {
            "start": 873115820,
            "stop": 873116405
        },
        {
            "start": 873116424,
            "stop": 873116505
        },
        {
            "start": 873116524,
            "stop": 873117333
        },
        {
            "start": 873117359,
            "stop": 873117423
        },
        {
            "start": 873117440,
            "stop": 873117723
        },
        {
            "start": 873117747,
            "stop": 873117808
        },
        {
            "start": 873117826,
            "stop": 873117829
        },
        {
            "start": 873117860,
            "stop": 873118101
        },
        {
            "start": 873118118,
            "stop": 873118168
        },
        {
            "start": 873118185,
            "stop": 873118320
        },
        {
            "start": 873118500,
            "stop": 873118620
        },
        {
            "start": 873118680,
            "stop": 873119335
        },
        {
            "start": 873119354,
            "stop": 873119373
        },
        {
            "start": 873119392,
            "stop": 873119401
        },
        {
            "start": 873119420,
            "stop": 873119629
        },
        {
            "start": 873119651,
            "stop": 873119655
        },
        {
            "start": 873119672,
            "stop": 873119824
        },
        {
            "start": 873119844,
            "stop": 873119853
        },
        {
            "start": 873119889,
            "stop": 873119940
        }
    ]
}