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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6108",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6109,
    "results": [
        {
            "start": 874068061,
            "stop": 874068123
        },
        {
            "start": 874068125,
            "stop": 874068929
        },
        {
            "start": 874068931,
            "stop": 874069667
        },
        {
            "start": 874069668,
            "stop": 874069919
        },
        {
            "start": 874069920,
            "stop": 874071465
        },
        {
            "start": 874071466,
            "stop": 874073234
        },
        {
            "start": 874073237,
            "stop": 874073238
        },
        {
            "start": 874073239,
            "stop": 874073309
        },
        {
            "start": 874073312,
            "stop": 874073598
        },
        {
            "start": 874073599,
            "stop": 874073707
        },
        {
            "start": 874073708,
            "stop": 874073886
        },
        {
            "start": 874073887,
            "stop": 874074965
        },
        {
            "start": 874075127,
            "stop": 874075926
        },
        {
            "start": 874075928,
            "stop": 874076062
        },
        {
            "start": 874076063,
            "stop": 874076562
        },
        {
            "start": 874076563,
            "stop": 874076893
        },
        {
            "start": 874076895,
            "stop": 874079115
        },
        {
            "start": 874079118,
            "stop": 874079161
        },
        {
            "start": 874079163,
            "stop": 874079235
        },
        {
            "start": 874079236,
            "stop": 874080140
        }
    ]
}