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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=205",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 206,
    "results": [
        {
            "start": 819994060,
            "stop": 819994424
        },
        {
            "start": 819994427,
            "stop": 819994472
        },
        {
            "start": 819994476,
            "stop": 819995743
        },
        {
            "start": 819995747,
            "stop": 819996023
        },
        {
            "start": 819996026,
            "stop": 819996260
        },
        {
            "start": 819996263,
            "stop": 819996355
        },
        {
            "start": 819996475,
            "stop": 819996599
        },
        {
            "start": 819996719,
            "stop": 819997131
        },
        {
            "start": 819997134,
            "stop": 819997215
        },
        {
            "start": 819997219,
            "stop": 819997303
        },
        {
            "start": 819997307,
            "stop": 819997504
        },
        {
            "start": 819997507,
            "stop": 819997719
        },
        {
            "start": 819997723,
            "stop": 819997725
        },
        {
            "start": 819997729,
            "stop": 819997834
        },
        {
            "start": 819997837,
            "stop": 819997865
        },
        {
            "start": 819997868,
            "stop": 819997956
        },
        {
            "start": 819997959,
            "stop": 819998406
        },
        {
            "start": 819998409,
            "stop": 819998446
        },
        {
            "start": 819998449,
            "stop": 819998847
        },
        {
            "start": 819998851,
            "stop": 819998929
        }
    ]
}