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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2412",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2413,
    "results": [
        {
            "start": 873307705,
            "stop": 873307719
        },
        {
            "start": 873307744,
            "stop": 873307765
        },
        {
            "start": 873307794,
            "stop": 873307822
        },
        {
            "start": 873307839,
            "stop": 873307870
        },
        {
            "start": 873307922,
            "stop": 873307942
        },
        {
            "start": 873307959,
            "stop": 873308053
        },
        {
            "start": 873308098,
            "stop": 873308102
        },
        {
            "start": 873308153,
            "stop": 873308208
        },
        {
            "start": 873308225,
            "stop": 873308266
        },
        {
            "start": 873308296,
            "stop": 873308306
        },
        {
            "start": 873308371,
            "stop": 873308401
        },
        {
            "start": 873308444,
            "stop": 873308446
        },
        {
            "start": 873308467,
            "stop": 873308475
        },
        {
            "start": 873308501,
            "stop": 873308577
        },
        {
            "start": 873308622,
            "stop": 873308731
        },
        {
            "start": 873308780,
            "stop": 873308915
        },
        {
            "start": 873308932,
            "stop": 873309010
        },
        {
            "start": 873309027,
            "stop": 873309028
        },
        {
            "start": 873309059,
            "stop": 873309441
        },
        {
            "start": 873309465,
            "stop": 873309476
        }
    ]
}