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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=172",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 173,
    "results": [
        {
            "start": 931538721,
            "stop": 931538722
        },
        {
            "start": 931538725,
            "stop": 931538729
        },
        {
            "start": 931538731,
            "stop": 931538740
        },
        {
            "start": 931538741,
            "stop": 931538749
        },
        {
            "start": 931538755,
            "stop": 931538766
        },
        {
            "start": 931538770,
            "stop": 931538771
        },
        {
            "start": 931538773,
            "stop": 931538776
        },
        {
            "start": 931538778,
            "stop": 931538786
        },
        {
            "start": 931538788,
            "stop": 931538794
        },
        {
            "start": 931538796,
            "stop": 931538797
        },
        {
            "start": 931538798,
            "stop": 931538799
        },
        {
            "start": 931538818,
            "stop": 931538823
        },
        {
            "start": 931538825,
            "stop": 931538852
        },
        {
            "start": 931538855,
            "stop": 931538871
        },
        {
            "start": 931538873,
            "stop": 931538876
        },
        {
            "start": 931538878,
            "stop": 931538895
        },
        {
            "start": 931538896,
            "stop": 931538911
        },
        {
            "start": 931538913,
            "stop": 931538914
        },
        {
            "start": 931538916,
            "stop": 931538922
        },
        {
            "start": 931538925,
            "stop": 931538942
        }
    ]
}