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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41073",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41074,
    "results": [
        {
            "start": 875211197,
            "stop": 875211205
        },
        {
            "start": 875211206,
            "stop": 875211210
        },
        {
            "start": 875211213,
            "stop": 875211296
        },
        {
            "start": 875211297,
            "stop": 875211330
        },
        {
            "start": 875211331,
            "stop": 875211366
        },
        {
            "start": 875211368,
            "stop": 875211409
        },
        {
            "start": 875211410,
            "stop": 875211427
        },
        {
            "start": 875211429,
            "stop": 875211437
        },
        {
            "start": 875211438,
            "stop": 875211457
        },
        {
            "start": 875211458,
            "stop": 875211462
        },
        {
            "start": 875211463,
            "stop": 875211515
        },
        {
            "start": 875211516,
            "stop": 875211537
        },
        {
            "start": 875211538,
            "stop": 875211562
        },
        {
            "start": 875211563,
            "stop": 875211601
        },
        {
            "start": 875211602,
            "stop": 875211643
        },
        {
            "start": 875211644,
            "stop": 875211664
        },
        {
            "start": 875211666,
            "stop": 875211686
        },
        {
            "start": 875211687,
            "stop": 875211726
        },
        {
            "start": 875211727,
            "stop": 875211737
        },
        {
            "start": 875211739,
            "stop": 875211773
        }
    ]
}