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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=354",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 355,
    "results": [
        {
            "start": 1177521355,
            "stop": 1177521588
        },
        {
            "start": 1177521591,
            "stop": 1177522113
        },
        {
            "start": 1177522116,
            "stop": 1177522331
        },
        {
            "start": 1177522333,
            "stop": 1177522521
        },
        {
            "start": 1177522524,
            "stop": 1177522531
        },
        {
            "start": 1177522532,
            "stop": 1177522567
        },
        {
            "start": 1177522569,
            "stop": 1177522592
        },
        {
            "start": 1177522597,
            "stop": 1177522603
        },
        {
            "start": 1177522608,
            "stop": 1177522615
        },
        {
            "start": 1177522619,
            "stop": 1177522649
        },
        {
            "start": 1177522654,
            "stop": 1177522905
        },
        {
            "start": 1177522910,
            "stop": 1177522916
        },
        {
            "start": 1177522922,
            "stop": 1177522942
        },
        {
            "start": 1177522945,
            "stop": 1177523263
        },
        {
            "start": 1177523267,
            "stop": 1177523406
        },
        {
            "start": 1177523412,
            "stop": 1177523417
        },
        {
            "start": 1177523423,
            "stop": 1177523430
        },
        {
            "start": 1177523432,
            "stop": 1177523944
        },
        {
            "start": 1177523949,
            "stop": 1177523956
        },
        {
            "start": 1177523960,
            "stop": 1177524124
        }
    ]
}