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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=404",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 405,
    "results": [
        {
            "start": 1261139404,
            "stop": 1261141096
        },
        {
            "start": 1261141098,
            "stop": 1261142545
        },
        {
            "start": 1261142548,
            "stop": 1261143717
        },
        {
            "start": 1261143720,
            "stop": 1261152704
        },
        {
            "start": 1261152707,
            "stop": 1261152715
        },
        {
            "start": 1261152717,
            "stop": 1261152758
        },
        {
            "start": 1261152761,
            "stop": 1261152765
        },
        {
            "start": 1261152767,
            "stop": 1261152770
        },
        {
            "start": 1261152772,
            "stop": 1261152869
        },
        {
            "start": 1261152871,
            "stop": 1261152893
        },
        {
            "start": 1261152894,
            "stop": 1261152895
        },
        {
            "start": 1261152896,
            "stop": 1261152921
        },
        {
            "start": 1261152923,
            "stop": 1261153129
        },
        {
            "start": 1261163605,
            "stop": 1261163847
        },
        {
            "start": 1261177552,
            "stop": 1261179923
        },
        {
            "start": 1261185694,
            "stop": 1261188007
        },
        {
            "start": 1261188008,
            "stop": 1261188016
        },
        {
            "start": 1261188019,
            "stop": 1261188024
        },
        {
            "start": 1261188026,
            "stop": 1261188071
        },
        {
            "start": 1261188073,
            "stop": 1261188086
        }
    ]
}