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=6043
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=6044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6042",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6043,
    "results": [
        {
            "start": 873721444,
            "stop": 873721447
        },
        {
            "start": 873721448,
            "stop": 873721463
        },
        {
            "start": 873721464,
            "stop": 873721476
        },
        {
            "start": 873721477,
            "stop": 873721497
        },
        {
            "start": 873721498,
            "stop": 873721555
        },
        {
            "start": 873721556,
            "stop": 873721592
        },
        {
            "start": 873721593,
            "stop": 873721596
        },
        {
            "start": 873721597,
            "stop": 873721718
        },
        {
            "start": 873721719,
            "stop": 873721721
        },
        {
            "start": 873721722,
            "stop": 873721764
        },
        {
            "start": 873721765,
            "stop": 873721767
        },
        {
            "start": 873721768,
            "stop": 873722498
        },
        {
            "start": 873722499,
            "stop": 873722720
        },
        {
            "start": 873722722,
            "stop": 873723142
        },
        {
            "start": 873723148,
            "stop": 873723390
        },
        {
            "start": 873723393,
            "stop": 873723408
        },
        {
            "start": 873723411,
            "stop": 873723424
        },
        {
            "start": 873723427,
            "stop": 873723433
        },
        {
            "start": 873723436,
            "stop": 873723626
        },
        {
            "start": 873723690,
            "stop": 873723860
        }
    ]
}