Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 109,
    "results": [
        {
            "start": 1412911671,
            "stop": 1412911702
        },
        {
            "start": 1412911707,
            "stop": 1412913888
        },
        {
            "start": 1412913893,
            "stop": 1412917360
        },
        {
            "start": 1412917365,
            "stop": 1412917621
        },
        {
            "start": 1412917626,
            "stop": 1412918720
        },
        {
            "start": 1412918725,
            "stop": 1412921702
        },
        {
            "start": 1412921707,
            "stop": 1412923952
        },
        {
            "start": 1412923957,
            "stop": 1412924104
        },
        {
            "start": 1412924109,
            "stop": 1412925126
        },
        {
            "start": 1412925131,
            "stop": 1412925224
        },
        {
            "start": 1412925229,
            "stop": 1412925342
        },
        {
            "start": 1412925347,
            "stop": 1412925756
        },
        {
            "start": 1412925761,
            "stop": 1412932449
        },
        {
            "start": 1412932454,
            "stop": 1412933489
        },
        {
            "start": 1412938395,
            "stop": 1412945861
        },
        {
            "start": 1412955988,
            "stop": 1412956373
        },
        {
            "start": 1412956378,
            "stop": 1412960466
        },
        {
            "start": 1412960471,
            "stop": 1412960490
        },
        {
            "start": 1412960495,
            "stop": 1412961254
        },
        {
            "start": 1412961259,
            "stop": 1412961307
        }
    ]
}