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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=69",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 70,
    "results": [
        {
            "start": 836460612,
            "stop": 836461565
        },
        {
            "start": 836462436,
            "stop": 836485077
        },
        {
            "start": 836487201,
            "stop": 836542515
        },
        {
            "start": 836543112,
            "stop": 836601992
        },
        {
            "start": 836603596,
            "stop": 836665244
        },
        {
            "start": 836701816,
            "stop": 836709948
        },
        {
            "start": 836710680,
            "stop": 836769093
        },
        {
            "start": 836770538,
            "stop": 836771137
        },
        {
            "start": 836771783,
            "stop": 836776361
        },
        {
            "start": 836777056,
            "stop": 836782325
        },
        {
            "start": 836796571,
            "stop": 836853278
        },
        {
            "start": 836854059,
            "stop": 836861784
        },
        {
            "start": 836862538,
            "stop": 836880375
        },
        {
            "start": 836882638,
            "stop": 836929025
        },
        {
            "start": 836930041,
            "stop": 836932117
        },
        {
            "start": 836934070,
            "stop": 836943522
        },
        {
            "start": 836944478,
            "stop": 837025904
        },
        {
            "start": 837027450,
            "stop": 837033741
        },
        {
            "start": 837034728,
            "stop": 837038088
        },
        {
            "start": 837038990,
            "stop": 837086140
        }
    ]
}