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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=296",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 297,
    "results": [
        {
            "start": 1260244687,
            "stop": 1260245189
        },
        {
            "start": 1260245192,
            "stop": 1260245303
        },
        {
            "start": 1260245306,
            "stop": 1260245500
        },
        {
            "start": 1260245503,
            "stop": 1260245575
        },
        {
            "start": 1260245578,
            "stop": 1260245582
        },
        {
            "start": 1260245583,
            "stop": 1260245690
        },
        {
            "start": 1260245691,
            "stop": 1260245693
        },
        {
            "start": 1260245696,
            "stop": 1260245751
        },
        {
            "start": 1260245754,
            "stop": 1260245874
        },
        {
            "start": 1260245877,
            "stop": 1260246057
        },
        {
            "start": 1260246058,
            "stop": 1260246115
        },
        {
            "start": 1260246118,
            "stop": 1260246124
        },
        {
            "start": 1260246126,
            "stop": 1260246318
        },
        {
            "start": 1260246320,
            "stop": 1260247040
        },
        {
            "start": 1260247043,
            "stop": 1260247449
        },
        {
            "start": 1260247452,
            "stop": 1260247778
        },
        {
            "start": 1260247781,
            "stop": 1260247850
        },
        {
            "start": 1260247853,
            "stop": 1260248586
        },
        {
            "start": 1260248590,
            "stop": 1260248607
        },
        {
            "start": 1260248610,
            "stop": 1260248657
        }
    ]
}