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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=7",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 8,
    "results": [
        {
            "start": 816468657,
            "stop": 816473726
        },
        {
            "start": 816474324,
            "stop": 816475070
        },
        {
            "start": 816475073,
            "stop": 816476056
        },
        {
            "start": 816476059,
            "stop": 816476780
        },
        {
            "start": 816476786,
            "stop": 816480971
        },
        {
            "start": 816482627,
            "stop": 816483544
        },
        {
            "start": 816483547,
            "stop": 816483569
        },
        {
            "start": 816483575,
            "stop": 816483812
        },
        {
            "start": 816483816,
            "stop": 816483938
        },
        {
            "start": 816483941,
            "stop": 816483959
        },
        {
            "start": 816483962,
            "stop": 816484425
        },
        {
            "start": 816484428,
            "stop": 816484434
        },
        {
            "start": 816484437,
            "stop": 816484637
        },
        {
            "start": 816485606,
            "stop": 816486335
        },
        {
            "start": 816486337,
            "stop": 816486409
        },
        {
            "start": 816486459,
            "stop": 816486617
        },
        {
            "start": 816486618,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486732
        },
        {
            "start": 816486735,
            "stop": 816486757
        },
        {
            "start": 816486760,
            "stop": 816486827
        }
    ]
}