Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8389
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8388",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8389,
    "results": [
        {
            "start": 874940833,
            "stop": 874940840
        },
        {
            "start": 874940876,
            "stop": 874940889
        },
        {
            "start": 874940906,
            "stop": 874940981
        },
        {
            "start": 874940998,
            "stop": 874941897
        },
        {
            "start": 874942051,
            "stop": 874943497
        },
        {
            "start": 874943514,
            "stop": 874943842
        },
        {
            "start": 874943859,
            "stop": 874944555
        },
        {
            "start": 874944572,
            "stop": 874944826
        },
        {
            "start": 874944847,
            "stop": 874944862
        },
        {
            "start": 874944880,
            "stop": 874945196
        },
        {
            "start": 874945380,
            "stop": 874946168
        },
        {
            "start": 874946185,
            "stop": 874946949
        },
        {
            "start": 874950310,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953392
        },
        {
            "start": 874953409,
            "stop": 874954967
        },
        {
            "start": 874955156,
            "stop": 874955204
        },
        {
            "start": 874955342,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955599
        },
        {
            "start": 874955719,
            "stop": 874955838
        },
        {
            "start": 874959210,
            "stop": 874959254
        }
    ]
}