Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=356
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=355",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 356,
    "results": [
        {
            "start": 1177524127,
            "stop": 1177524135
        },
        {
            "start": 1177524140,
            "stop": 1177524148
        },
        {
            "start": 1177524149,
            "stop": 1177524222
        },
        {
            "start": 1177524225,
            "stop": 1177524263
        },
        {
            "start": 1177524268,
            "stop": 1177524527
        },
        {
            "start": 1177524533,
            "stop": 1177524538
        },
        {
            "start": 1177524545,
            "stop": 1177524550
        },
        {
            "start": 1177524555,
            "stop": 1177524614
        },
        {
            "start": 1177524620,
            "stop": 1177524626
        },
        {
            "start": 1177524632,
            "stop": 1177524637
        },
        {
            "start": 1177524646,
            "stop": 1177524649
        },
        {
            "start": 1177524657,
            "stop": 1177524706
        },
        {
            "start": 1177524708,
            "stop": 1177524715
        },
        {
            "start": 1177524718,
            "stop": 1177524726
        },
        {
            "start": 1177524728,
            "stop": 1177524738
        },
        {
            "start": 1177524744,
            "stop": 1177524750
        },
        {
            "start": 1177524757,
            "stop": 1177524760
        },
        {
            "start": 1177524767,
            "stop": 1177524770
        },
        {
            "start": 1177524777,
            "stop": 1177524822
        },
        {
            "start": 1177524826,
            "stop": 1177524858
        }
    ]
}