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=508
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=509",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=507",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 508,
    "results": [
        {
            "start": 1184745894,
            "stop": 1184745895
        },
        {
            "start": 1184745900,
            "stop": 1184746241
        },
        {
            "start": 1184746243,
            "stop": 1184746244
        },
        {
            "start": 1184746246,
            "stop": 1184746402
        },
        {
            "start": 1184746404,
            "stop": 1184746405
        },
        {
            "start": 1184746407,
            "stop": 1184746415
        },
        {
            "start": 1184746417,
            "stop": 1184746418
        },
        {
            "start": 1184746420,
            "stop": 1184746430
        },
        {
            "start": 1184746432,
            "stop": 1184746572
        },
        {
            "start": 1184746577,
            "stop": 1184746691
        },
        {
            "start": 1184746702,
            "stop": 1184746705
        },
        {
            "start": 1184746707,
            "stop": 1184747368
        },
        {
            "start": 1184747370,
            "stop": 1184747720
        },
        {
            "start": 1184747722,
            "stop": 1184747725
        },
        {
            "start": 1184747727,
            "stop": 1184747956
        },
        {
            "start": 1184747958,
            "stop": 1184747959
        },
        {
            "start": 1184747961,
            "stop": 1184747962
        },
        {
            "start": 1184747965,
            "stop": 1184749432
        },
        {
            "start": 1184749433,
            "stop": 1184749439
        },
        {
            "start": 1184749443,
            "stop": 1184749444
        }
    ]
}