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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 74,
    "results": [
        {
            "start": 819184796,
            "stop": 819184835
        },
        {
            "start": 819184839,
            "stop": 819185021
        },
        {
            "start": 819185024,
            "stop": 819185050
        },
        {
            "start": 819185053,
            "stop": 819185173
        },
        {
            "start": 819189059,
            "stop": 819189072
        },
        {
            "start": 819189075,
            "stop": 819189294
        },
        {
            "start": 819189299,
            "stop": 819189301
        },
        {
            "start": 819189304,
            "stop": 819189606
        },
        {
            "start": 819189609,
            "stop": 819189626
        },
        {
            "start": 819189630,
            "stop": 819189792
        },
        {
            "start": 819189796,
            "stop": 819189799
        },
        {
            "start": 819189802,
            "stop": 819189831
        },
        {
            "start": 819189835,
            "stop": 819190948
        },
        {
            "start": 819190951,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819193147
        },
        {
            "start": 819193151,
            "stop": 819193189
        },
        {
            "start": 819193194,
            "stop": 819193256
        },
        {
            "start": 819193260,
            "stop": 819193464
        },
        {
            "start": 819193467,
            "stop": 819193926
        },
        {
            "start": 819193929,
            "stop": 819193987
        }
    ]
}