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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=468",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 469,
    "results": [
        {
            "start": 953075613,
            "stop": 953076237
        },
        {
            "start": 953079031,
            "stop": 953089864
        },
        {
            "start": 953089865,
            "stop": 953089902
        },
        {
            "start": 953089903,
            "stop": 953097102
        },
        {
            "start": 953100702,
            "stop": 953103829
        },
        {
            "start": 953103834,
            "stop": 953115931
        },
        {
            "start": 953124698,
            "stop": 953129604
        },
        {
            "start": 953136629,
            "stop": 953141271
        },
        {
            "start": 953143380,
            "stop": 953144225
        },
        {
            "start": 953144226,
            "stop": 953144233
        },
        {
            "start": 953144234,
            "stop": 953153526
        },
        {
            "start": 953155477,
            "stop": 953155911
        },
        {
            "start": 953157362,
            "stop": 953159990
        },
        {
            "start": 953162233,
            "stop": 953181070
        },
        {
            "start": 953186477,
            "stop": 953192891
        },
        {
            "start": 953194349,
            "stop": 953210230
        },
        {
            "start": 953210232,
            "stop": 953210288
        },
        {
            "start": 953210290,
            "stop": 953210780
        },
        {
            "start": 953215382,
            "stop": 953217112
        },
        {
            "start": 953217117,
            "stop": 953232262
        }
    ]
}