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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8869",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8870,
    "results": [
        {
            "start": 873115418,
            "stop": 873115516
        },
        {
            "start": 873115535,
            "stop": 873115546
        },
        {
            "start": 873115567,
            "stop": 873115602
        },
        {
            "start": 873115622,
            "stop": 873115769
        },
        {
            "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": 873118440,
            "stop": 873119335
        },
        {
            "start": 873119354,
            "stop": 873119373
        },
        {
            "start": 873119392,
            "stop": 873119401
        },
        {
            "start": 873119420,
            "stop": 873119629
        },
        {
            "start": 873119651,
            "stop": 873119655
        }
    ]
}