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=7452
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=7453",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7451",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7452,
    "results": [
        {
            "start": 969994171,
            "stop": 969994373
        },
        {
            "start": 969994376,
            "stop": 969994400
        },
        {
            "start": 969994403,
            "stop": 969994487
        },
        {
            "start": 969994547,
            "stop": 969994667
        },
        {
            "start": 969994967,
            "stop": 969995027
        },
        {
            "start": 969995159,
            "stop": 969995188
        },
        {
            "start": 969995191,
            "stop": 969995201
        },
        {
            "start": 969995204,
            "stop": 969995212
        },
        {
            "start": 969995215,
            "stop": 969995267
        },
        {
            "start": 969995387,
            "stop": 969995447
        },
        {
            "start": 969995567,
            "stop": 969995572
        },
        {
            "start": 969995575,
            "stop": 969995585
        },
        {
            "start": 969995588,
            "stop": 969995608
        },
        {
            "start": 969995611,
            "stop": 969995643
        },
        {
            "start": 969995647,
            "stop": 969995690
        },
        {
            "start": 969995694,
            "stop": 969995708
        },
        {
            "start": 969995711,
            "stop": 969995719
        },
        {
            "start": 969995807,
            "stop": 969995965
        },
        {
            "start": 969995968,
            "stop": 969995987
        },
        {
            "start": 969996227,
            "stop": 969996249
        }
    ]
}