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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7221",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7222,
    "results": [
        {
            "start": 874719984,
            "stop": 874720666
        },
        {
            "start": 874720667,
            "stop": 874720723
        },
        {
            "start": 874720724,
            "stop": 874720795
        },
        {
            "start": 874720796,
            "stop": 874720902
        },
        {
            "start": 874720903,
            "stop": 874720929
        },
        {
            "start": 874720930,
            "stop": 874720961
        },
        {
            "start": 874720963,
            "stop": 874721092
        },
        {
            "start": 874721093,
            "stop": 874721201
        },
        {
            "start": 874721202,
            "stop": 874721233
        },
        {
            "start": 874721234,
            "stop": 874721610
        },
        {
            "start": 874721612,
            "stop": 874721694
        },
        {
            "start": 874721696,
            "stop": 874721877
        },
        {
            "start": 874721878,
            "stop": 874722178
        },
        {
            "start": 874722179,
            "stop": 874722459
        },
        {
            "start": 874722460,
            "stop": 874722883
        },
        {
            "start": 874722884,
            "stop": 874722929
        },
        {
            "start": 874722931,
            "stop": 874723121
        },
        {
            "start": 874723123,
            "stop": 874723260
        },
        {
            "start": 874723261,
            "stop": 874724020
        },
        {
            "start": 874724022,
            "stop": 874724054
        }
    ]
}