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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 12,
    "results": [
        {
            "start": 1166311984,
            "stop": 1166316395
        },
        {
            "start": 1166324111,
            "stop": 1166324509
        },
        {
            "start": 1166324513,
            "stop": 1166325112
        },
        {
            "start": 1166328752,
            "stop": 1166336925
        },
        {
            "start": 1166336931,
            "stop": 1166361129
        },
        {
            "start": 1166361133,
            "stop": 1166371139
        },
        {
            "start": 1166372166,
            "stop": 1166372671
        },
        {
            "start": 1166386147,
            "stop": 1166395467
        },
        {
            "start": 1166399103,
            "stop": 1166408128
        },
        {
            "start": 1166408132,
            "stop": 1166417343
        },
        {
            "start": 1166417892,
            "stop": 1166422279
        },
        {
            "start": 1166426531,
            "stop": 1166446300
        },
        {
            "start": 1166446304,
            "stop": 1166458732
        },
        {
            "start": 1166458736,
            "stop": 1166458742
        },
        {
            "start": 1166458746,
            "stop": 1166461369
        },
        {
            "start": 1166470234,
            "stop": 1166470609
        },
        {
            "start": 1166470613,
            "stop": 1166476455
        },
        {
            "start": 1166476459,
            "stop": 1166476854
        },
        {
            "start": 1166476858,
            "stop": 1166482895
        },
        {
            "start": 1167534141,
            "stop": 1167540341
        }
    ]
}