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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=72",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 73,
    "results": [
        {
            "start": 822824018,
            "stop": 822824127
        },
        {
            "start": 822824192,
            "stop": 822825270
        },
        {
            "start": 822825390,
            "stop": 822825555
        },
        {
            "start": 822825603,
            "stop": 822825657
        },
        {
            "start": 822825696,
            "stop": 822826050
        },
        {
            "start": 822826110,
            "stop": 822826224
        },
        {
            "start": 822826264,
            "stop": 822826290
        },
        {
            "start": 822826350,
            "stop": 822826398
        },
        {
            "start": 822826434,
            "stop": 822826470
        },
        {
            "start": 822826530,
            "stop": 822826547
        },
        {
            "start": 822826553,
            "stop": 822826555
        },
        {
            "start": 822826563,
            "stop": 822826587
        },
        {
            "start": 822826593,
            "stop": 822826595
        },
        {
            "start": 822826600,
            "stop": 822826710
        },
        {
            "start": 822826890,
            "stop": 822826932
        },
        {
            "start": 822827105,
            "stop": 822827107
        },
        {
            "start": 822827113,
            "stop": 822827130
        },
        {
            "start": 822827190,
            "stop": 822827193
        },
        {
            "start": 822848880,
            "stop": 822848953
        },
        {
            "start": 822849186,
            "stop": 822849210
        }
    ]
}