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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=345",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 346,
    "results": [
        {
            "start": 829238742,
            "stop": 829238750
        },
        {
            "start": 829238751,
            "stop": 829238754
        },
        {
            "start": 829238756,
            "stop": 829238769
        },
        {
            "start": 829238774,
            "stop": 829238776
        },
        {
            "start": 829238778,
            "stop": 829238781
        },
        {
            "start": 829238783,
            "stop": 829238784
        },
        {
            "start": 829238786,
            "stop": 829238788
        },
        {
            "start": 829238790,
            "stop": 829238794
        },
        {
            "start": 829238798,
            "stop": 829238804
        },
        {
            "start": 829238806,
            "stop": 829238808
        },
        {
            "start": 829238810,
            "stop": 829238816
        },
        {
            "start": 829238818,
            "stop": 829238826
        },
        {
            "start": 829238834,
            "stop": 829238843
        },
        {
            "start": 829238846,
            "stop": 829238851
        },
        {
            "start": 829238853,
            "stop": 829238855
        },
        {
            "start": 829238862,
            "stop": 829238870
        },
        {
            "start": 829238873,
            "stop": 829238883
        },
        {
            "start": 829238890,
            "stop": 829238901
        },
        {
            "start": 829238903,
            "stop": 829238909
        },
        {
            "start": 829238911,
            "stop": 829238920
        }
    ]
}