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_CAT2/segments?format=api&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 17,
    "results": [
        {
            "start": 1167747647,
            "stop": 1167748297
        },
        {
            "start": 1167748301,
            "stop": 1167748824
        },
        {
            "start": 1167748827,
            "stop": 1167749784
        },
        {
            "start": 1167749789,
            "stop": 1167751543
        },
        {
            "start": 1167751547,
            "stop": 1167752630
        },
        {
            "start": 1167752634,
            "stop": 1167752895
        },
        {
            "start": 1167752899,
            "stop": 1167753257
        },
        {
            "start": 1167764813,
            "stop": 1167765135
        },
        {
            "start": 1167765139,
            "stop": 1167765879
        },
        {
            "start": 1167765883,
            "stop": 1167766084
        },
        {
            "start": 1167766088,
            "stop": 1167766401
        },
        {
            "start": 1167766405,
            "stop": 1167767917
        },
        {
            "start": 1167767921,
            "stop": 1167768225
        },
        {
            "start": 1167774558,
            "stop": 1167776363
        },
        {
            "start": 1167779841,
            "stop": 1167782351
        },
        {
            "start": 1167782355,
            "stop": 1167784089
        },
        {
            "start": 1167791712,
            "stop": 1167792927
        },
        {
            "start": 1167792931,
            "stop": 1167794087
        },
        {
            "start": 1167794091,
            "stop": 1167794326
        },
        {
            "start": 1167797597,
            "stop": 1167799473
        }
    ]
}