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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 29,
    "results": [
        {
            "start": 1168952420,
            "stop": 1168961987
        },
        {
            "start": 1168961991,
            "stop": 1168963209
        },
        {
            "start": 1168963213,
            "stop": 1168964390
        },
        {
            "start": 1168964394,
            "stop": 1168970860
        },
        {
            "start": 1168970864,
            "stop": 1168971190
        },
        {
            "start": 1168971193,
            "stop": 1168972317
        },
        {
            "start": 1168977184,
            "stop": 1168977224
        },
        {
            "start": 1168977228,
            "stop": 1168978382
        },
        {
            "start": 1168981269,
            "stop": 1168981781
        },
        {
            "start": 1168981785,
            "stop": 1168984712
        },
        {
            "start": 1168984716,
            "stop": 1168985624
        },
        {
            "start": 1168985628,
            "stop": 1168988001
        },
        {
            "start": 1168988004,
            "stop": 1168988056
        },
        {
            "start": 1168988059,
            "stop": 1168988095
        },
        {
            "start": 1168988098,
            "stop": 1168988259
        },
        {
            "start": 1168988262,
            "stop": 1169007017
        },
        {
            "start": 1169007021,
            "stop": 1169010110
        },
        {
            "start": 1169015472,
            "stop": 1169035681
        },
        {
            "start": 1169035685,
            "stop": 1169039591
        },
        {
            "start": 1169039595,
            "stop": 1169046681
        }
    ]
}