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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=13",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 14,
    "results": [
        {
            "start": 1245332578,
            "stop": 1245369081
        },
        {
            "start": 1245403400,
            "stop": 1245406788
        },
        {
            "start": 1245409221,
            "stop": 1245414540
        },
        {
            "start": 1245450455,
            "stop": 1245473182
        },
        {
            "start": 1245473275,
            "stop": 1245490522
        },
        {
            "start": 1245532919,
            "stop": 1245551888
        },
        {
            "start": 1245569305,
            "stop": 1245606292
        },
        {
            "start": 1245606835,
            "stop": 1245606898
        },
        {
            "start": 1245606938,
            "stop": 1245607570
        },
        {
            "start": 1245624239,
            "stop": 1245631528
        },
        {
            "start": 1245631538,
            "stop": 1245671989
        },
        {
            "start": 1245712886,
            "stop": 1245774004
        },
        {
            "start": 1245781148,
            "stop": 1245792653
        },
        {
            "start": 1245800342,
            "stop": 1245801020
        },
        {
            "start": 1245801193,
            "stop": 1245801793
        },
        {
            "start": 1245801938,
            "stop": 1245805428
        },
        {
            "start": 1245806770,
            "stop": 1245807070
        },
        {
            "start": 1245816093,
            "stop": 1245824944
        },
        {
            "start": 1245828289,
            "stop": 1245901699
        },
        {
            "start": 1245910458,
            "stop": 1246043141
        }
    ]
}