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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3733",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3731",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3732,
    "results": [
        {
            "start": 971045216,
            "stop": 971045297
        },
        {
            "start": 971045300,
            "stop": 971045305
        },
        {
            "start": 971045308,
            "stop": 971045341
        },
        {
            "start": 971045344,
            "stop": 971045365
        },
        {
            "start": 971045369,
            "stop": 971045372
        },
        {
            "start": 971045375,
            "stop": 971045399
        },
        {
            "start": 971045402,
            "stop": 971045447
        },
        {
            "start": 971045450,
            "stop": 971045491
        },
        {
            "start": 971045494,
            "stop": 971045523
        },
        {
            "start": 971045528,
            "stop": 971045579
        },
        {
            "start": 971045582,
            "stop": 971045656
        },
        {
            "start": 971045659,
            "stop": 971045666
        },
        {
            "start": 971045669,
            "stop": 971045714
        },
        {
            "start": 971045717,
            "stop": 971045722
        },
        {
            "start": 971045725,
            "stop": 971045758
        },
        {
            "start": 971045761,
            "stop": 971045783
        },
        {
            "start": 971045786,
            "stop": 971045814
        },
        {
            "start": 971045817,
            "stop": 971045900
        },
        {
            "start": 971045903,
            "stop": 971045911
        },
        {
            "start": 971045914,
            "stop": 971045967
        }
    ]
}