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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=120",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 121,
    "results": [
        {
            "start": 931783125,
            "stop": 931783148
        },
        {
            "start": 931783314,
            "stop": 931783353
        },
        {
            "start": 931783371,
            "stop": 931783457
        },
        {
            "start": 931783503,
            "stop": 931783550
        },
        {
            "start": 931783593,
            "stop": 931783600
        },
        {
            "start": 931783648,
            "stop": 931783662
        },
        {
            "start": 931783680,
            "stop": 931783686
        },
        {
            "start": 931783747,
            "stop": 931783810
        },
        {
            "start": 931783855,
            "stop": 931783886
        },
        {
            "start": 931783922,
            "stop": 931783928
        },
        {
            "start": 931783979,
            "stop": 931783987
        },
        {
            "start": 931784028,
            "stop": 931784031
        },
        {
            "start": 931784053,
            "stop": 931784083
        },
        {
            "start": 931784103,
            "stop": 931784107
        },
        {
            "start": 931784156,
            "stop": 931784167
        },
        {
            "start": 931784194,
            "stop": 931784229
        },
        {
            "start": 931784370,
            "stop": 931784394
        },
        {
            "start": 931784399,
            "stop": 931784404
        },
        {
            "start": 931784775,
            "stop": 931784795
        },
        {
            "start": 931784813,
            "stop": 931784816
        }
    ]
}