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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 56,
    "results": [
        {
            "start": 1171728505,
            "stop": 1171728554
        },
        {
            "start": 1171728557,
            "stop": 1171728631
        },
        {
            "start": 1171728634,
            "stop": 1171728669
        },
        {
            "start": 1171728672,
            "stop": 1171728681
        },
        {
            "start": 1171728684,
            "stop": 1171728702
        },
        {
            "start": 1171728705,
            "stop": 1171728852
        },
        {
            "start": 1171728856,
            "stop": 1171729128
        },
        {
            "start": 1171729131,
            "stop": 1171729166
        },
        {
            "start": 1171729169,
            "stop": 1171729170
        },
        {
            "start": 1171729173,
            "stop": 1171729495
        },
        {
            "start": 1171729498,
            "stop": 1171729522
        },
        {
            "start": 1171729525,
            "stop": 1171729563
        },
        {
            "start": 1171729566,
            "stop": 1171729645
        },
        {
            "start": 1171729648,
            "stop": 1171729656
        },
        {
            "start": 1171729659,
            "stop": 1171729713
        },
        {
            "start": 1171729716,
            "stop": 1171729763
        },
        {
            "start": 1171729766,
            "stop": 1171729776
        },
        {
            "start": 1171729779,
            "stop": 1171729872
        },
        {
            "start": 1171729875,
            "stop": 1171729888
        },
        {
            "start": 1171729891,
            "stop": 1171729969
        }
    ]
}