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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7389",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7387",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7388,
    "results": [
        {
            "start": 969638914,
            "stop": 969638987
        },
        {
            "start": 969639138,
            "stop": 969639181
        },
        {
            "start": 969639184,
            "stop": 969639228
        },
        {
            "start": 969639231,
            "stop": 969639269
        },
        {
            "start": 969639272,
            "stop": 969639300
        },
        {
            "start": 969639303,
            "stop": 969639309
        },
        {
            "start": 969639312,
            "stop": 969639313
        },
        {
            "start": 969639316,
            "stop": 969639330
        },
        {
            "start": 969639335,
            "stop": 969639467
        },
        {
            "start": 969639847,
            "stop": 969639889
        },
        {
            "start": 969639893,
            "stop": 969639913
        },
        {
            "start": 969639917,
            "stop": 969640184
        },
        {
            "start": 969640187,
            "stop": 969640444
        },
        {
            "start": 969640465,
            "stop": 969640485
        },
        {
            "start": 969640500,
            "stop": 969640569
        },
        {
            "start": 969640572,
            "stop": 969640574
        },
        {
            "start": 969640577,
            "stop": 969640891
        },
        {
            "start": 969640894,
            "stop": 969640967
        },
        {
            "start": 969641087,
            "stop": 969641680
        },
        {
            "start": 969641807,
            "stop": 969641867
        }
    ]
}