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=4615
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=4616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4614",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4615,
    "results": [
        {
            "start": 874200981,
            "stop": 874200990
        },
        {
            "start": 874201014,
            "stop": 874201028
        },
        {
            "start": 874201062,
            "stop": 874201158
        },
        {
            "start": 874201190,
            "stop": 874201207
        },
        {
            "start": 874201251,
            "stop": 874201338
        },
        {
            "start": 874201357,
            "stop": 874201375
        },
        {
            "start": 874201500,
            "stop": 874201632
        },
        {
            "start": 874201656,
            "stop": 874201662
        },
        {
            "start": 874201681,
            "stop": 874201833
        },
        {
            "start": 874201852,
            "stop": 874201946
        },
        {
            "start": 874201963,
            "stop": 874201973
        },
        {
            "start": 874202007,
            "stop": 874202016
        },
        {
            "start": 874202035,
            "stop": 874202068
        },
        {
            "start": 874202087,
            "stop": 874202143
        },
        {
            "start": 874202172,
            "stop": 874202200
        },
        {
            "start": 874202238,
            "stop": 874202249
        },
        {
            "start": 874202268,
            "stop": 874202367
        },
        {
            "start": 874202623,
            "stop": 874202637
        },
        {
            "start": 874202760,
            "stop": 874202800
        },
        {
            "start": 874202820,
            "stop": 874202840
        }
    ]
}