Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=85
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=84",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 85,
    "results": [
        {
            "start": 1263237645,
            "stop": 1263237646
        },
        {
            "start": 1263237650,
            "stop": 1263237744
        },
        {
            "start": 1263237745,
            "stop": 1263237746
        },
        {
            "start": 1263237748,
            "stop": 1263237751
        },
        {
            "start": 1263237753,
            "stop": 1263237796
        },
        {
            "start": 1263237797,
            "stop": 1263237798
        },
        {
            "start": 1263237802,
            "stop": 1263237803
        },
        {
            "start": 1263237804,
            "stop": 1263237807
        },
        {
            "start": 1263237809,
            "stop": 1263238796
        },
        {
            "start": 1263238797,
            "stop": 1263245308
        },
        {
            "start": 1263245572,
            "stop": 1263249495
        },
        {
            "start": 1263254173,
            "stop": 1263258137
        },
        {
            "start": 1263258140,
            "stop": 1263287036
        },
        {
            "start": 1263288960,
            "stop": 1263310811
        },
        {
            "start": 1263310812,
            "stop": 1263330551
        },
        {
            "start": 1263333826,
            "stop": 1263355042
        },
        {
            "start": 1263355047,
            "stop": 1263355773
        },
        {
            "start": 1263355776,
            "stop": 1263356132
        },
        {
            "start": 1263356135,
            "stop": 1263357504
        },
        {
            "start": 1263357508,
            "stop": 1263357514
        }
    ]
}