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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=361",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 362,
    "results": [
        {
            "start": 1260877268,
            "stop": 1260877868
        },
        {
            "start": 1260877871,
            "stop": 1260877953
        },
        {
            "start": 1260877956,
            "stop": 1260878088
        },
        {
            "start": 1260878091,
            "stop": 1260878216
        },
        {
            "start": 1260878219,
            "stop": 1260878221
        },
        {
            "start": 1260878224,
            "stop": 1260878233
        },
        {
            "start": 1260878236,
            "stop": 1260878245
        },
        {
            "start": 1260878248,
            "stop": 1260878254
        },
        {
            "start": 1260878257,
            "stop": 1260878264
        },
        {
            "start": 1260885560,
            "stop": 1260885587
        },
        {
            "start": 1260885590,
            "stop": 1260885602
        },
        {
            "start": 1260885605,
            "stop": 1260885640
        },
        {
            "start": 1260885643,
            "stop": 1260885650
        },
        {
            "start": 1260885653,
            "stop": 1260885734
        },
        {
            "start": 1260885737,
            "stop": 1260885934
        },
        {
            "start": 1260885937,
            "stop": 1260885942
        },
        {
            "start": 1260885945,
            "stop": 1260885946
        },
        {
            "start": 1260885949,
            "stop": 1260885950
        },
        {
            "start": 1260885953,
            "stop": 1260885977
        },
        {
            "start": 1260885980,
            "stop": 1260886016
        }
    ]
}