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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=24",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 25,
    "results": [
        {
            "start": 1130572617,
            "stop": 1130578448
        },
        {
            "start": 1130585400,
            "stop": 1130603139
        },
        {
            "start": 1130638260,
            "stop": 1130645698
        },
        {
            "start": 1130655728,
            "stop": 1130662123
        },
        {
            "start": 1130662243,
            "stop": 1130662303
        },
        {
            "start": 1130662363,
            "stop": 1130688703
        },
        {
            "start": 1130688763,
            "stop": 1130689007
        },
        {
            "start": 1130722395,
            "stop": 1130743336
        },
        {
            "start": 1130744618,
            "stop": 1130753415
        },
        {
            "start": 1130767176,
            "stop": 1130864260
        },
        {
            "start": 1130875481,
            "stop": 1130889786
        },
        {
            "start": 1130893220,
            "stop": 1130916520
        },
        {
            "start": 1130941035,
            "stop": 1130965833
        },
        {
            "start": 1130969522,
            "stop": 1131016006
        },
        {
            "start": 1131054330,
            "stop": 1131063881
        },
        {
            "start": 1131145277,
            "stop": 1131179534
        },
        {
            "start": 1131182058,
            "stop": 1131206809
        },
        {
            "start": 1131258515,
            "stop": 1131260214
        },
        {
            "start": 1131262439,
            "stop": 1131272860
        },
        {
            "start": 1131293845,
            "stop": 1131303135
        }
    ]
}