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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46968",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46969,
    "results": [
        {
            "start": 875211431,
            "stop": 875211437
        },
        {
            "start": 875211438,
            "stop": 875211457
        },
        {
            "start": 875211458,
            "stop": 875211464
        },
        {
            "start": 875211465,
            "stop": 875211476
        },
        {
            "start": 875211477,
            "stop": 875211479
        },
        {
            "start": 875211480,
            "stop": 875211497
        },
        {
            "start": 875211501,
            "stop": 875211515
        },
        {
            "start": 875211516,
            "stop": 875211537
        },
        {
            "start": 875211538,
            "stop": 875211540
        },
        {
            "start": 875211541,
            "stop": 875211543
        },
        {
            "start": 875211546,
            "stop": 875211562
        },
        {
            "start": 875211563,
            "stop": 875211570
        },
        {
            "start": 875211574,
            "stop": 875211589
        },
        {
            "start": 875211591,
            "stop": 875211592
        },
        {
            "start": 875211593,
            "stop": 875211601
        },
        {
            "start": 875211602,
            "stop": 875211643
        },
        {
            "start": 875211647,
            "stop": 875211649
        },
        {
            "start": 875211650,
            "stop": 875211664
        },
        {
            "start": 875211669,
            "stop": 875211686
        },
        {
            "start": 875211687,
            "stop": 875211710
        }
    ]
}