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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 31,
    "results": [
        {
            "start": 1238189541,
            "stop": 1238189546
        },
        {
            "start": 1238189547,
            "stop": 1238189552
        },
        {
            "start": 1238189555,
            "stop": 1238189557
        },
        {
            "start": 1238189559,
            "stop": 1238189562
        },
        {
            "start": 1238189568,
            "stop": 1238189569
        },
        {
            "start": 1238189575,
            "stop": 1238189582
        },
        {
            "start": 1238189589,
            "stop": 1238189592
        },
        {
            "start": 1238189595,
            "stop": 1238189596
        },
        {
            "start": 1238189602,
            "stop": 1238189604
        },
        {
            "start": 1238189607,
            "stop": 1238189613
        },
        {
            "start": 1238189614,
            "stop": 1238189619
        },
        {
            "start": 1238189621,
            "stop": 1238189623
        },
        {
            "start": 1238189627,
            "stop": 1238189629
        },
        {
            "start": 1238189631,
            "stop": 1238189637
        },
        {
            "start": 1238189639,
            "stop": 1238189642
        },
        {
            "start": 1238189644,
            "stop": 1238189651
        },
        {
            "start": 1238189652,
            "stop": 1238189654
        },
        {
            "start": 1238189659,
            "stop": 1238189668
        },
        {
            "start": 1238189670,
            "stop": 1238189680
        },
        {
            "start": 1238189682,
            "stop": 1238189688
        }
    ]
}