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=8341
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=8342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8340",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8341,
    "results": [
        {
            "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
        },
        {
            "start": 874554704,
            "stop": 874554783
        },
        {
            "start": 874554802,
            "stop": 874554863
        },
        {
            "start": 874554882,
            "stop": 874554931
        },
        {
            "start": 874554950,
            "stop": 874555067
        },
        {
            "start": 874555086,
            "stop": 874555333
        },
        {
            "start": 874555352,
            "stop": 874556411
        },
        {
            "start": 874556429,
            "stop": 874556626
        },
        {
            "start": 874556643,
            "stop": 874558716
        },
        {
            "start": 874558733,
            "stop": 874558781
        }
    ]
}