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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3687",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3685",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3686,
    "results": [
        {
            "start": 970908559,
            "stop": 970908975
        },
        {
            "start": 970908976,
            "stop": 970909241
        },
        {
            "start": 970909244,
            "stop": 970909273
        },
        {
            "start": 970909276,
            "stop": 970909549
        },
        {
            "start": 970909552,
            "stop": 970909593
        },
        {
            "start": 970909596,
            "stop": 970910138
        },
        {
            "start": 970910141,
            "stop": 970910902
        },
        {
            "start": 970910905,
            "stop": 970911056
        },
        {
            "start": 970911059,
            "stop": 970911552
        },
        {
            "start": 970911555,
            "stop": 970911587
        },
        {
            "start": 970911590,
            "stop": 970912047
        },
        {
            "start": 970912050,
            "stop": 970912431
        },
        {
            "start": 970912432,
            "stop": 970912478
        },
        {
            "start": 970912481,
            "stop": 970912515
        },
        {
            "start": 970912518,
            "stop": 970913635
        },
        {
            "start": 970913638,
            "stop": 970913998
        },
        {
            "start": 970914001,
            "stop": 970914399
        },
        {
            "start": 970914402,
            "stop": 970915270
        },
        {
            "start": 970915273,
            "stop": 970915351
        },
        {
            "start": 970915354,
            "stop": 970915455
        }
    ]
}