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=4747
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=4748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4746",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4747,
    "results": [
        {
            "start": 874515240,
            "stop": 874515310
        },
        {
            "start": 874515430,
            "stop": 874515480
        },
        {
            "start": 874515660,
            "stop": 874515780
        },
        {
            "start": 874515900,
            "stop": 874516059
        },
        {
            "start": 874516078,
            "stop": 874516098
        },
        {
            "start": 874516117,
            "stop": 874516270
        },
        {
            "start": 874516289,
            "stop": 874516329
        },
        {
            "start": 874516348,
            "stop": 874516351
        },
        {
            "start": 874516370,
            "stop": 874516371
        },
        {
            "start": 874516390,
            "stop": 874516401
        },
        {
            "start": 874516436,
            "stop": 874516447
        },
        {
            "start": 874516483,
            "stop": 874516680
        },
        {
            "start": 874516800,
            "stop": 874516827
        },
        {
            "start": 874516847,
            "stop": 874516888
        },
        {
            "start": 874516923,
            "stop": 874516974
        },
        {
            "start": 874517040,
            "stop": 874517096
        },
        {
            "start": 874517117,
            "stop": 874517130
        },
        {
            "start": 874517149,
            "stop": 874517154
        },
        {
            "start": 874517400,
            "stop": 874517442
        },
        {
            "start": 874517520,
            "stop": 874517571
        }
    ]
}