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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=163",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 164,
    "results": [
        {
            "start": 862871876,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862880086
        },
        {
            "start": 862881022,
            "stop": 862897022
        },
        {
            "start": 862897537,
            "stop": 862934378
        },
        {
            "start": 862934482,
            "stop": 862944115
        },
        {
            "start": 862945075,
            "stop": 862947239
        },
        {
            "start": 862948104,
            "stop": 862948744
        },
        {
            "start": 862948833,
            "stop": 862954148
        },
        {
            "start": 862955216,
            "stop": 862957981
        },
        {
            "start": 862958930,
            "stop": 863027540
        },
        {
            "start": 863027822,
            "stop": 863051979
        },
        {
            "start": 863052122,
            "stop": 863053000
        },
        {
            "start": 863053211,
            "stop": 863053264
        },
        {
            "start": 863055962,
            "stop": 863143580
        },
        {
            "start": 863143611,
            "stop": 863156346
        },
        {
            "start": 863167785,
            "stop": 863185138
        },
        {
            "start": 863185374,
            "stop": 863197909
        },
        {
            "start": 863199636,
            "stop": 863202517
        },
        {
            "start": 863203412,
            "stop": 863216952
        },
        {
            "start": 863217791,
            "stop": 863220717
        }
    ]
}