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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1183",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1184,
    "results": [
        {
            "start": 952726983,
            "stop": 952727773
        },
        {
            "start": 952727775,
            "stop": 952729507
        },
        {
            "start": 952730192,
            "stop": 952730225
        },
        {
            "start": 952730227,
            "stop": 952731175
        },
        {
            "start": 952731177,
            "stop": 952731460
        },
        {
            "start": 952731462,
            "stop": 952734709
        },
        {
            "start": 952734710,
            "stop": 952734769
        },
        {
            "start": 952734771,
            "stop": 952734920
        },
        {
            "start": 952734922,
            "stop": 952736611
        },
        {
            "start": 952736613,
            "stop": 952736851
        },
        {
            "start": 952736853,
            "stop": 952742527
        },
        {
            "start": 952759251,
            "stop": 952759460
        },
        {
            "start": 952759462,
            "stop": 952760789
        },
        {
            "start": 952760791,
            "stop": 952764562
        },
        {
            "start": 952764564,
            "stop": 952765402
        },
        {
            "start": 952765404,
            "stop": 952766161
        },
        {
            "start": 952766163,
            "stop": 952767736
        },
        {
            "start": 952767887,
            "stop": 952767906
        },
        {
            "start": 952774375,
            "stop": 952774431
        },
        {
            "start": 952774433,
            "stop": 952774793
        }
    ]
}