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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 2,
    "results": [
        {
            "start": 1238441899,
            "stop": 1238486894
        },
        {
            "start": 1238489809,
            "stop": 1238492229
        },
        {
            "start": 1238500421,
            "stop": 1238517740
        },
        {
            "start": 1238532503,
            "stop": 1238532604
        },
        {
            "start": 1238532676,
            "stop": 1238535880
        },
        {
            "start": 1238542865,
            "stop": 1238591457
        },
        {
            "start": 1238591554,
            "stop": 1238596936
        },
        {
            "start": 1238597065,
            "stop": 1238597119
        },
        {
            "start": 1238612621,
            "stop": 1238620404
        },
        {
            "start": 1238645904,
            "stop": 1238674274
        },
        {
            "start": 1238677588,
            "stop": 1238699391
        },
        {
            "start": 1238699665,
            "stop": 1238702204
        },
        {
            "start": 1238715172,
            "stop": 1238719221
        },
        {
            "start": 1238724450,
            "stop": 1238768110
        },
        {
            "start": 1238768205,
            "stop": 1238769589
        },
        {
            "start": 1238769693,
            "stop": 1238770007
        },
        {
            "start": 1238770084,
            "stop": 1238771355
        },
        {
            "start": 1238771446,
            "stop": 1238772909
        },
        {
            "start": 1238773020,
            "stop": 1238787953
        },
        {
            "start": 1238791338,
            "stop": 1238791409
        }
    ]
}