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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=39",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 40,
    "results": [
        {
            "start": 820093731,
            "stop": 820108693
        },
        {
            "start": 820109629,
            "stop": 820137358
        },
        {
            "start": 820138296,
            "stop": 820138492
        },
        {
            "start": 820143330,
            "stop": 820158909
        },
        {
            "start": 820158911,
            "stop": 820158918
        },
        {
            "start": 820159966,
            "stop": 820160683
        },
        {
            "start": 820164669,
            "stop": 820173049
        },
        {
            "start": 820173052,
            "stop": 820173188
        },
        {
            "start": 820173192,
            "stop": 820173195
        },
        {
            "start": 820173197,
            "stop": 820173201
        },
        {
            "start": 820173202,
            "stop": 820173221
        },
        {
            "start": 820174728,
            "stop": 820179820
        },
        {
            "start": 820183599,
            "stop": 820184016
        },
        {
            "start": 820190536,
            "stop": 820190543
        },
        {
            "start": 820190545,
            "stop": 820190548
        },
        {
            "start": 820190550,
            "stop": 820190554
        },
        {
            "start": 820190556,
            "stop": 820190574
        },
        {
            "start": 820190576,
            "stop": 820190933
        },
        {
            "start": 820192095,
            "stop": 820192431
        },
        {
            "start": 820192433,
            "stop": 820197126
        }
    ]
}