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=9072
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=9073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9071",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9072,
    "results": [
        {
            "start": 874544142,
            "stop": 874544270
        },
        {
            "start": 874544289,
            "stop": 874544778
        },
        {
            "start": 874544795,
            "stop": 874545250
        },
        {
            "start": 874545269,
            "stop": 874545838
        },
        {
            "start": 874545855,
            "stop": 874550906
        },
        {
            "start": 874550925,
            "stop": 874551620
        },
        {
            "start": 874551639,
            "stop": 874551691
        },
        {
            "start": 874551710,
            "stop": 874552149
        },
        {
            "start": 874552170,
            "stop": 874552894
        },
        {
            "start": 874552911,
            "stop": 874553033
        },
        {
            "start": 874553055,
            "stop": 874553198
        },
        {
            "start": 874553215,
            "stop": 874553220
        },
        {
            "start": 874553238,
            "stop": 874553369
        },
        {
            "start": 874553386,
            "stop": 874553511
        },
        {
            "start": 874553530,
            "stop": 874553581
        },
        {
            "start": 874553600,
            "stop": 874553711
        },
        {
            "start": 874553730,
            "stop": 874553735
        },
        {
            "start": 874553754,
            "stop": 874553794
        },
        {
            "start": 874553822,
            "stop": 874554209
        },
        {
            "start": 874554257,
            "stop": 874554683
        }
    ]
}