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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=35",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 36,
    "results": [
        {
            "start": 1183344638,
            "stop": 1183357910
        },
        {
            "start": 1184032880,
            "stop": 1184072323
        },
        {
            "start": 1184098613,
            "stop": 1184098651
        },
        {
            "start": 1184098682,
            "stop": 1184101352
        },
        {
            "start": 1184101629,
            "stop": 1184107052
        },
        {
            "start": 1184151851,
            "stop": 1184202810
        },
        {
            "start": 1184204774,
            "stop": 1184212989
        },
        {
            "start": 1184462589,
            "stop": 1184477607
        },
        {
            "start": 1184477924,
            "stop": 1184528380
        },
        {
            "start": 1184537239,
            "stop": 1184538428
        },
        {
            "start": 1184538454,
            "stop": 1184539877
        },
        {
            "start": 1184540346,
            "stop": 1184559079
        },
        {
            "start": 1184561504,
            "stop": 1184566384
        },
        {
            "start": 1184568203,
            "stop": 1184577383
        },
        {
            "start": 1184581367,
            "stop": 1184604591
        },
        {
            "start": 1184608169,
            "stop": 1184608485
        },
        {
            "start": 1184609593,
            "stop": 1184610452
        },
        {
            "start": 1184610482,
            "stop": 1184612256
        },
        {
            "start": 1184612308,
            "stop": 1184613369
        },
        {
            "start": 1184615862,
            "stop": 1184616790
        }
    ]
}