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=8035
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=8036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8034",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8035,
    "results": [
        {
            "start": 872172306,
            "stop": 872173227
        },
        {
            "start": 872173347,
            "stop": 872173461
        },
        {
            "start": 872173478,
            "stop": 872173582
        },
        {
            "start": 872173613,
            "stop": 872173623
        },
        {
            "start": 872173642,
            "stop": 872173677
        },
        {
            "start": 872173736,
            "stop": 872173758
        },
        {
            "start": 872173777,
            "stop": 872173811
        },
        {
            "start": 872173837,
            "stop": 872174059
        },
        {
            "start": 872174078,
            "stop": 872174151
        },
        {
            "start": 872174175,
            "stop": 872174184
        },
        {
            "start": 872174208,
            "stop": 872174255
        },
        {
            "start": 872174274,
            "stop": 872174334
        },
        {
            "start": 872174393,
            "stop": 872174415
        },
        {
            "start": 872174445,
            "stop": 872174447
        },
        {
            "start": 872174466,
            "stop": 872174575
        },
        {
            "start": 872174646,
            "stop": 872174665
        },
        {
            "start": 872174728,
            "stop": 872174739
        },
        {
            "start": 872174758,
            "stop": 872174760
        },
        {
            "start": 872174790,
            "stop": 872174803
        },
        {
            "start": 872174822,
            "stop": 872174870
        }
    ]
}