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=9050
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=9051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9049",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9050,
    "results": [
        {
            "start": 874307566,
            "stop": 874307622
        },
        {
            "start": 874307641,
            "stop": 874307699
        },
        {
            "start": 874307718,
            "stop": 874307730
        },
        {
            "start": 874307797,
            "stop": 874307984
        },
        {
            "start": 874308003,
            "stop": 874308678
        },
        {
            "start": 874308699,
            "stop": 874308717
        },
        {
            "start": 874308734,
            "stop": 874309001
        },
        {
            "start": 874309620,
            "stop": 874309650
        },
        {
            "start": 874311276,
            "stop": 874311530
        },
        {
            "start": 874311558,
            "stop": 874311565
        },
        {
            "start": 874311584,
            "stop": 874312148
        },
        {
            "start": 874312187,
            "stop": 874312196
        },
        {
            "start": 874312272,
            "stop": 874312494
        },
        {
            "start": 874312511,
            "stop": 874312617
        },
        {
            "start": 874312634,
            "stop": 874313114
        },
        {
            "start": 874324131,
            "stop": 874324844
        },
        {
            "start": 874324861,
            "stop": 874325483
        },
        {
            "start": 874325500,
            "stop": 874327349
        },
        {
            "start": 874327366,
            "stop": 874327461
        },
        {
            "start": 874327478,
            "stop": 874329126
        }
    ]
}