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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=46",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 47,
    "results": [
        {
            "start": 816926858,
            "stop": 816927635
        },
        {
            "start": 816927638,
            "stop": 816929623
        },
        {
            "start": 816929626,
            "stop": 816929630
        },
        {
            "start": 816929633,
            "stop": 816931428
        },
        {
            "start": 816931432,
            "stop": 816931570
        },
        {
            "start": 816931574,
            "stop": 816932174
        },
        {
            "start": 816932177,
            "stop": 816932250
        },
        {
            "start": 816932253,
            "stop": 816932412
        },
        {
            "start": 816932416,
            "stop": 816932426
        },
        {
            "start": 816932429,
            "stop": 816932433
        },
        {
            "start": 816932436,
            "stop": 816932439
        },
        {
            "start": 816932444,
            "stop": 816932454
        },
        {
            "start": 816932457,
            "stop": 816932666
        },
        {
            "start": 816932669,
            "stop": 816934023
        },
        {
            "start": 816934027,
            "stop": 816935880
        },
        {
            "start": 816935940,
            "stop": 816936049
        },
        {
            "start": 816936052,
            "stop": 816936060
        },
        {
            "start": 816936180,
            "stop": 816936430
        },
        {
            "start": 816936434,
            "stop": 816936468
        },
        {
            "start": 816936473,
            "stop": 816936480
        }
    ]
}