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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 329,
    "results": [
        {
            "start": 852587578,
            "stop": 852587678
        },
        {
            "start": 852587681,
            "stop": 852590533
        },
        {
            "start": 852590551,
            "stop": 852590552
        },
        {
            "start": 852590611,
            "stop": 852590632
        },
        {
            "start": 852590757,
            "stop": 852595322
        },
        {
            "start": 852595432,
            "stop": 852595500
        },
        {
            "start": 852597931,
            "stop": 852598385
        },
        {
            "start": 852598685,
            "stop": 852627865
        },
        {
            "start": 852628165,
            "stop": 852632930
        },
        {
            "start": 852632933,
            "stop": 852633271
        },
        {
            "start": 852633274,
            "stop": 852633369
        },
        {
            "start": 852633372,
            "stop": 852633409
        },
        {
            "start": 852633412,
            "stop": 852633481
        },
        {
            "start": 852633484,
            "stop": 852633514
        },
        {
            "start": 852633624,
            "stop": 852634398
        },
        {
            "start": 852635203,
            "stop": 852635239
        },
        {
            "start": 852635849,
            "stop": 852635973
        },
        {
            "start": 852636653,
            "stop": 852636941
        },
        {
            "start": 852637241,
            "stop": 852641071
        },
        {
            "start": 852641406,
            "stop": 852644864
        }
    ]
}