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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8135",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8136,
    "results": [
        {
            "start": 970907788,
            "stop": 970907850
        },
        {
            "start": 970907853,
            "stop": 970908035
        },
        {
            "start": 970908038,
            "stop": 970908189
        },
        {
            "start": 970908192,
            "stop": 970908390
        },
        {
            "start": 970908393,
            "stop": 970908556
        },
        {
            "start": 970908559,
            "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": 970912478
        },
        {
            "start": 970912481,
            "stop": 970912515
        },
        {
            "start": 970912518,
            "stop": 970913635
        },
        {
            "start": 970913638,
            "stop": 970913998
        },
        {
            "start": 970914001,
            "stop": 970914399
        }
    ]
}