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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 9,
    "results": [
        {
            "start": 1165772071,
            "stop": 1165772430
        },
        {
            "start": 1165772434,
            "stop": 1165780303
        },
        {
            "start": 1165780307,
            "stop": 1165781556
        },
        {
            "start": 1165794106,
            "stop": 1165797971
        },
        {
            "start": 1165804252,
            "stop": 1165806691
        },
        {
            "start": 1165813872,
            "stop": 1165816076
        },
        {
            "start": 1165816080,
            "stop": 1165822892
        },
        {
            "start": 1165823193,
            "stop": 1165823928
        },
        {
            "start": 1165824160,
            "stop": 1165829538
        },
        {
            "start": 1165831525,
            "stop": 1165837757
        },
        {
            "start": 1165837761,
            "stop": 1165838245
        },
        {
            "start": 1165838249,
            "stop": 1165842926
        },
        {
            "start": 1165844915,
            "stop": 1165855022
        },
        {
            "start": 1165855026,
            "stop": 1165858144
        },
        {
            "start": 1165859747,
            "stop": 1165868864
        },
        {
            "start": 1165868868,
            "stop": 1165878618
        },
        {
            "start": 1165878622,
            "stop": 1165879405
        },
        {
            "start": 1165879409,
            "stop": 1165887264
        },
        {
            "start": 1165887268,
            "stop": 1165887625
        },
        {
            "start": 1165888127,
            "stop": 1165889093
        }
    ]
}