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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 315,
    "results": [
        {
            "start": 1178288790,
            "stop": 1178288869
        },
        {
            "start": 1178288871,
            "stop": 1178288875
        },
        {
            "start": 1178288877,
            "stop": 1178288893
        },
        {
            "start": 1178288894,
            "stop": 1178288898
        },
        {
            "start": 1178288899,
            "stop": 1178289085
        },
        {
            "start": 1178289086,
            "stop": 1178289393
        },
        {
            "start": 1178289394,
            "stop": 1178289421
        },
        {
            "start": 1178289423,
            "stop": 1178290077
        },
        {
            "start": 1178290079,
            "stop": 1178290270
        },
        {
            "start": 1178290271,
            "stop": 1178290447
        },
        {
            "start": 1178290453,
            "stop": 1178290838
        },
        {
            "start": 1180982427,
            "stop": 1180982718
        },
        {
            "start": 1180982719,
            "stop": 1180985210
        },
        {
            "start": 1180985211,
            "stop": 1180985564
        },
        {
            "start": 1180985565,
            "stop": 1180986359
        },
        {
            "start": 1180986362,
            "stop": 1180988434
        },
        {
            "start": 1180988436,
            "stop": 1180988586
        },
        {
            "start": 1180988587,
            "stop": 1180988708
        },
        {
            "start": 1180988709,
            "stop": 1180990543
        },
        {
            "start": 1180990546,
            "stop": 1180990674
        }
    ]
}