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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=146",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 147,
    "results": [
        {
            "start": 1131169247,
            "stop": 1131169255
        },
        {
            "start": 1131169256,
            "stop": 1131169280
        },
        {
            "start": 1131169281,
            "stop": 1131169290
        },
        {
            "start": 1131169291,
            "stop": 1131169296
        },
        {
            "start": 1131169297,
            "stop": 1131169355
        },
        {
            "start": 1131169356,
            "stop": 1131169358
        },
        {
            "start": 1131169359,
            "stop": 1131169374
        },
        {
            "start": 1131169375,
            "stop": 1131169381
        },
        {
            "start": 1131169382,
            "stop": 1131169405
        },
        {
            "start": 1131169406,
            "stop": 1131169476
        },
        {
            "start": 1131169477,
            "stop": 1131169482
        },
        {
            "start": 1131169485,
            "stop": 1131169513
        },
        {
            "start": 1131169514,
            "stop": 1131169634
        },
        {
            "start": 1131169635,
            "stop": 1131169665
        },
        {
            "start": 1131169666,
            "stop": 1131169684
        },
        {
            "start": 1131169685,
            "stop": 1131169723
        },
        {
            "start": 1131169724,
            "stop": 1131169750
        },
        {
            "start": 1131169751,
            "stop": 1131169768
        },
        {
            "start": 1131169769,
            "stop": 1131169802
        },
        {
            "start": 1131169803,
            "stop": 1131169805
        }
    ]
}