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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9116",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9117,
    "results": [
        {
            "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": 874950141,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953392
        },
        {
            "start": 874953409,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955838
        },
        {
            "start": 874959210,
            "stop": 874959254
        },
        {
            "start": 874959273,
            "stop": 874959366
        },
        {
            "start": 874959386,
            "stop": 874959787
        },
        {
            "start": 874959806,
            "stop": 874959840
        },
        {
            "start": 874959960,
            "stop": 874959973
        },
        {
            "start": 874960005,
            "stop": 874960006
        },
        {
            "start": 874969942,
            "stop": 874971636
        },
        {
            "start": 874971655,
            "stop": 874973956
        },
        {
            "start": 874973975,
            "stop": 874974178
        }
    ]
}