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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=433",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 434,
    "results": [
        {
            "start": 871075163,
            "stop": 871075831
        },
        {
            "start": 871076912,
            "stop": 871078052
        },
        {
            "start": 871078073,
            "stop": 871078112
        },
        {
            "start": 871078133,
            "stop": 871078282
        },
        {
            "start": 871078306,
            "stop": 871078307
        },
        {
            "start": 871078328,
            "stop": 871078344
        },
        {
            "start": 871078366,
            "stop": 871079850
        },
        {
            "start": 871079867,
            "stop": 871079869
        },
        {
            "start": 871079940,
            "stop": 871080229
        },
        {
            "start": 871080251,
            "stop": 871080277
        },
        {
            "start": 871080328,
            "stop": 871080480
        },
        {
            "start": 871080566,
            "stop": 871080584
        },
        {
            "start": 871080692,
            "stop": 871080777
        },
        {
            "start": 871080821,
            "stop": 871080842
        },
        {
            "start": 871080863,
            "stop": 871081024
        },
        {
            "start": 871081046,
            "stop": 871081869
        },
        {
            "start": 871081891,
            "stop": 871086259
        },
        {
            "start": 871086281,
            "stop": 871088349
        },
        {
            "start": 871088378,
            "stop": 871091642
        },
        {
            "start": 871091663,
            "stop": 871099509
        }
    ]
}