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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=408",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 409,
    "results": [
        {
            "start": 969828026,
            "stop": 969828039
        },
        {
            "start": 969828073,
            "stop": 969828792
        },
        {
            "start": 969828808,
            "stop": 969828876
        },
        {
            "start": 969831521,
            "stop": 969837054
        },
        {
            "start": 969839325,
            "stop": 969871365
        },
        {
            "start": 969872854,
            "stop": 969875623
        },
        {
            "start": 969875629,
            "stop": 969889886
        },
        {
            "start": 969889891,
            "stop": 969889934
        },
        {
            "start": 969889939,
            "stop": 969914506
        },
        {
            "start": 969917004,
            "stop": 969918386
        },
        {
            "start": 969918391,
            "stop": 969918418
        },
        {
            "start": 969920035,
            "stop": 969959076
        },
        {
            "start": 969960759,
            "stop": 970006442
        },
        {
            "start": 970007824,
            "stop": 970026361
        },
        {
            "start": 970027693,
            "stop": 970041244
        },
        {
            "start": 970042980,
            "stop": 970083733
        },
        {
            "start": 970085607,
            "stop": 970090163
        },
        {
            "start": 970091735,
            "stop": 970093192
        },
        {
            "start": 970097402,
            "stop": 970134229
        },
        {
            "start": 970137093,
            "stop": 970144851
        }
    ]
}