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_BURST_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_BURST_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 8,
    "results": [
        {
            "start": 816476786,
            "stop": 816480941
        },
        {
            "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": 816484609
        },
        {
            "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
        },
        {
            "start": 816486830,
            "stop": 816487173
        },
        {
            "start": 816487174,
            "stop": 816487697
        },
        {
            "start": 816487702,
            "stop": 816487722
        },
        {
            "start": 816487726,
            "stop": 816487764
        }
    ]
}