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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9806",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9807,
    "results": [
        {
            "start": 873510908,
            "stop": 873511017
        },
        {
            "start": 873511137,
            "stop": 873512935
        },
        {
            "start": 873512952,
            "stop": 873513540
        },
        {
            "start": 873513600,
            "stop": 873514424
        },
        {
            "start": 873514500,
            "stop": 873516121
        },
        {
            "start": 873516138,
            "stop": 873516185
        },
        {
            "start": 873516202,
            "stop": 873517827
        },
        {
            "start": 873517947,
            "stop": 873519067
        },
        {
            "start": 873519187,
            "stop": 873522921
        },
        {
            "start": 873522938,
            "stop": 873523218
        },
        {
            "start": 873523338,
            "stop": 873524259
        },
        {
            "start": 873524276,
            "stop": 873525171
        },
        {
            "start": 873525188,
            "stop": 873525354
        },
        {
            "start": 873525371,
            "stop": 873526146
        },
        {
            "start": 873526163,
            "stop": 873526984
        },
        {
            "start": 873527001,
            "stop": 873527497
        },
        {
            "start": 873527617,
            "stop": 873528540
        },
        {
            "start": 873528600,
            "stop": 873528660
        },
        {
            "start": 873529020,
            "stop": 873529320
        },
        {
            "start": 873529380,
            "stop": 873529440
        }
    ]
}