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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=108",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 109,
    "results": [
        {
            "start": 852932507,
            "stop": 852953068
        },
        {
            "start": 852954183,
            "stop": 852998228
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067362
        },
        {
            "start": 853068672,
            "stop": 853196733
        },
        {
            "start": 853199740,
            "stop": 853264014
        },
        {
            "start": 853265955,
            "stop": 853272980
        },
        {
            "start": 853273781,
            "stop": 853280295
        },
        {
            "start": 853280827,
            "stop": 853286511
        },
        {
            "start": 853286609,
            "stop": 853288958
        },
        {
            "start": 853289546,
            "stop": 853290950
        },
        {
            "start": 853291934,
            "stop": 853316012
        },
        {
            "start": 853348758,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853414948
        },
        {
            "start": 853421252,
            "stop": 853444759
        },
        {
            "start": 853445602,
            "stop": 853453959
        },
        {
            "start": 853454504,
            "stop": 853479058
        },
        {
            "start": 853480707,
            "stop": 853483090
        },
        {
            "start": 853484158,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853595437
        }
    ]
}