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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=677",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 678,
    "results": [
        {
            "start": 860441335,
            "stop": 860441858
        },
        {
            "start": 860441877,
            "stop": 860453998
        },
        {
            "start": 860455303,
            "stop": 860478567
        },
        {
            "start": 860481618,
            "stop": 860489468
        },
        {
            "start": 860491037,
            "stop": 860497449
        },
        {
            "start": 860498490,
            "stop": 860506914
        },
        {
            "start": 860506932,
            "stop": 860506936
        },
        {
            "start": 860507677,
            "stop": 860509660
        },
        {
            "start": 860511500,
            "stop": 860527301
        },
        {
            "start": 860528629,
            "stop": 860543094
        },
        {
            "start": 860544526,
            "stop": 860550848
        },
        {
            "start": 860551421,
            "stop": 860552182
        },
        {
            "start": 860552629,
            "stop": 860559698
        },
        {
            "start": 860560415,
            "stop": 860563470
        },
        {
            "start": 860563530,
            "stop": 860576111
        },
        {
            "start": 860576836,
            "stop": 860585130
        },
        {
            "start": 860585190,
            "stop": 860585210
        },
        {
            "start": 860586330,
            "stop": 860616128
        },
        {
            "start": 860616845,
            "stop": 860624010
        },
        {
            "start": 860624891,
            "stop": 860671412
        }
    ]
}