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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=142",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 143,
    "results": [
        {
            "start": 818344969,
            "stop": 818345376
        },
        {
            "start": 818345966,
            "stop": 818346476
        },
        {
            "start": 818348535,
            "stop": 818348664
        },
        {
            "start": 818348668,
            "stop": 818349007
        },
        {
            "start": 818349024,
            "stop": 818351923
        },
        {
            "start": 818354602,
            "stop": 818356290
        },
        {
            "start": 818357721,
            "stop": 818361954
        },
        {
            "start": 818362074,
            "stop": 818362086
        },
        {
            "start": 818362206,
            "stop": 818363740
        },
        {
            "start": 818363758,
            "stop": 818365651
        },
        {
            "start": 818365668,
            "stop": 818365809
        },
        {
            "start": 818366661,
            "stop": 818367416
        },
        {
            "start": 818367433,
            "stop": 818367683
        },
        {
            "start": 818367700,
            "stop": 818369510
        },
        {
            "start": 818369630,
            "stop": 818370549
        },
        {
            "start": 818371031,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818373926
        },
        {
            "start": 818373943,
            "stop": 818374593
        },
        {
            "start": 818374713,
            "stop": 818375683
        },
        {
            "start": 818375803,
            "stop": 818375823
        }
    ]
}