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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4915",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4916,
    "results": [
        {
            "start": 874290097,
            "stop": 874290112
        },
        {
            "start": 874290137,
            "stop": 874290139
        },
        {
            "start": 874290167,
            "stop": 874290209
        },
        {
            "start": 874290229,
            "stop": 874290310
        },
        {
            "start": 874290369,
            "stop": 874290388
        },
        {
            "start": 874290428,
            "stop": 874290440
        },
        {
            "start": 874290461,
            "stop": 874290493
        },
        {
            "start": 874290528,
            "stop": 874290529
        },
        {
            "start": 874290565,
            "stop": 874290583
        },
        {
            "start": 874290602,
            "stop": 874290644
        },
        {
            "start": 874290664,
            "stop": 874290716
        },
        {
            "start": 874290735,
            "stop": 874290758
        },
        {
            "start": 874290786,
            "stop": 874290871
        },
        {
            "start": 874290890,
            "stop": 874290910
        },
        {
            "start": 874290930,
            "stop": 874290961
        },
        {
            "start": 874290980,
            "stop": 874291071
        },
        {
            "start": 874291101,
            "stop": 874291115
        },
        {
            "start": 874291134,
            "stop": 874291183
        },
        {
            "start": 874291225,
            "stop": 874291292
        },
        {
            "start": 874291340,
            "stop": 874291418
        }
    ]
}