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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 13,
    "results": [
        {
            "start": 1257062134,
            "stop": 1257065530
        },
        {
            "start": 1257065533,
            "stop": 1257066602
        },
        {
            "start": 1257066604,
            "stop": 1257068969
        },
        {
            "start": 1257068972,
            "stop": 1257071108
        },
        {
            "start": 1257071112,
            "stop": 1257071417
        },
        {
            "start": 1257086693,
            "stop": 1257088056
        },
        {
            "start": 1257088060,
            "stop": 1257088308
        },
        {
            "start": 1257088312,
            "stop": 1257088724
        },
        {
            "start": 1257088727,
            "stop": 1257089271
        },
        {
            "start": 1257089275,
            "stop": 1257090273
        },
        {
            "start": 1257090276,
            "stop": 1257091546
        },
        {
            "start": 1257091549,
            "stop": 1257093838
        },
        {
            "start": 1257093840,
            "stop": 1257094246
        },
        {
            "start": 1257094249,
            "stop": 1257094255
        },
        {
            "start": 1257094256,
            "stop": 1257095298
        },
        {
            "start": 1257095302,
            "stop": 1257095630
        },
        {
            "start": 1257095632,
            "stop": 1257096032
        },
        {
            "start": 1257096035,
            "stop": 1257096684
        },
        {
            "start": 1257096692,
            "stop": 1257097446
        },
        {
            "start": 1257097448,
            "stop": 1257099431
        }
    ]
}