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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=59",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 60,
    "results": [
        {
            "start": 1129570406,
            "stop": 1129570756
        },
        {
            "start": 1129570758,
            "stop": 1129574798
        },
        {
            "start": 1129609234,
            "stop": 1129609402
        },
        {
            "start": 1129609403,
            "stop": 1129609793
        },
        {
            "start": 1129609794,
            "stop": 1129609805
        },
        {
            "start": 1129609806,
            "stop": 1129610183
        },
        {
            "start": 1129610184,
            "stop": 1129610188
        },
        {
            "start": 1129610189,
            "stop": 1129610335
        },
        {
            "start": 1129610336,
            "stop": 1129611767
        },
        {
            "start": 1129611768,
            "stop": 1129612024
        },
        {
            "start": 1129612026,
            "stop": 1129612409
        },
        {
            "start": 1129612411,
            "stop": 1129613635
        },
        {
            "start": 1129613636,
            "stop": 1129614570
        },
        {
            "start": 1129614571,
            "stop": 1129614572
        },
        {
            "start": 1129614573,
            "stop": 1129614720
        },
        {
            "start": 1129614722,
            "stop": 1129615583
        },
        {
            "start": 1129618357,
            "stop": 1129618442
        },
        {
            "start": 1129618444,
            "stop": 1129618655
        },
        {
            "start": 1129618656,
            "stop": 1129619734
        },
        {
            "start": 1129619735,
            "stop": 1129619749
        }
    ]
}