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_CBCHIGH_CAT2/segments?format=api&page=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=90",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 91,
    "results": [
        {
            "start": 824739594,
            "stop": 824739595
        },
        {
            "start": 824739599,
            "stop": 824739603
        },
        {
            "start": 824739616,
            "stop": 824739617
        },
        {
            "start": 824739669,
            "stop": 824739670
        },
        {
            "start": 824739759,
            "stop": 824739761
        },
        {
            "start": 824739772,
            "stop": 824739774
        },
        {
            "start": 824739777,
            "stop": 824739778
        },
        {
            "start": 824739789,
            "stop": 824739791
        },
        {
            "start": 824739806,
            "stop": 824739810
        },
        {
            "start": 824739818,
            "stop": 824739821
        },
        {
            "start": 824739824,
            "stop": 824739829
        },
        {
            "start": 824739837,
            "stop": 824739855
        },
        {
            "start": 824739859,
            "stop": 824739869
        },
        {
            "start": 824739871,
            "stop": 824739873
        },
        {
            "start": 824739878,
            "stop": 824739894
        },
        {
            "start": 824739896,
            "stop": 824739921
        },
        {
            "start": 824739923,
            "stop": 824739974
        },
        {
            "start": 824739976,
            "stop": 824740087
        },
        {
            "start": 824740088,
            "stop": 824740091
        },
        {
            "start": 824740092,
            "stop": 824740095
        }
    ]
}