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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815207011
        },
        {
            "start": 815207015,
            "stop": 815207663
        },
        {
            "start": 815207667,
            "stop": 815207682
        },
        {
            "start": 815207691,
            "stop": 815207741
        },
        {
            "start": 815207744,
            "stop": 815207765
        },
        {
            "start": 815207768,
            "stop": 815207891
        },
        {
            "start": 815207894,
            "stop": 815208166
        },
        {
            "start": 815208175,
            "stop": 815208199
        },
        {
            "start": 815208208,
            "stop": 815208561
        },
        {
            "start": 815208574,
            "stop": 815208590
        },
        {
            "start": 815208594,
            "stop": 815208662
        },
        {
            "start": 815208666,
            "stop": 815208681
        },
        {
            "start": 815208685,
            "stop": 815208758
        },
        {
            "start": 815208762,
            "stop": 815208826
        },
        {
            "start": 815208830,
            "stop": 815208850
        },
        {
            "start": 815208853,
            "stop": 815208881
        },
        {
            "start": 815208884,
            "stop": 815208942
        },
        {
            "start": 815208946,
            "stop": 815209025
        },
        {
            "start": 815209029,
            "stop": 815209815
        },
        {
            "start": 815209820,
            "stop": 815209850
        }
    ]
}