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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=731
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=732",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=730",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 731,
    "results": [
        {
            "start": 1267472445,
            "stop": 1267473128
        },
        {
            "start": 1267473131,
            "stop": 1267474477
        },
        {
            "start": 1267474480,
            "stop": 1267474616
        },
        {
            "start": 1267474619,
            "stop": 1267476750
        },
        {
            "start": 1267476753,
            "stop": 1267478456
        },
        {
            "start": 1267478459,
            "stop": 1267480682
        },
        {
            "start": 1267480690,
            "stop": 1267482326
        },
        {
            "start": 1267482329,
            "stop": 1267482386
        },
        {
            "start": 1267482389,
            "stop": 1267482859
        },
        {
            "start": 1267482925,
            "stop": 1267483568
        },
        {
            "start": 1267483571,
            "stop": 1267485640
        },
        {
            "start": 1267485643,
            "stop": 1267485884
        },
        {
            "start": 1267485887,
            "stop": 1267485995
        },
        {
            "start": 1267485998,
            "stop": 1267487964
        },
        {
            "start": 1267487972,
            "stop": 1267489331
        },
        {
            "start": 1267489334,
            "stop": 1267491204
        },
        {
            "start": 1267491205,
            "stop": 1267492847
        },
        {
            "start": 1267492850,
            "stop": 1267493089
        },
        {
            "start": 1267493092,
            "stop": 1267496669
        },
        {
            "start": 1267496672,
            "stop": 1267498052
        }
    ]
}