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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=79",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 80,
    "results": [
        {
            "start": 1132678113,
            "stop": 1132681190
        },
        {
            "start": 1132681198,
            "stop": 1132685129
        },
        {
            "start": 1132685137,
            "stop": 1132686842
        },
        {
            "start": 1132686850,
            "stop": 1132687810
        },
        {
            "start": 1132687818,
            "stop": 1132688788
        },
        {
            "start": 1132707004,
            "stop": 1132707288
        },
        {
            "start": 1132707296,
            "stop": 1132708285
        },
        {
            "start": 1132708293,
            "stop": 1132718637
        },
        {
            "start": 1132718645,
            "stop": 1132720737
        },
        {
            "start": 1132720745,
            "stop": 1132726519
        },
        {
            "start": 1132726527,
            "stop": 1132731893
        },
        {
            "start": 1132731901,
            "stop": 1132737480
        },
        {
            "start": 1132737489,
            "stop": 1132738663
        },
        {
            "start": 1132738673,
            "stop": 1132743514
        },
        {
            "start": 1132743522,
            "stop": 1132743679
        },
        {
            "start": 1132743687,
            "stop": 1132748211
        },
        {
            "start": 1132748218,
            "stop": 1132755762
        },
        {
            "start": 1132755764,
            "stop": 1132759094
        },
        {
            "start": 1132759102,
            "stop": 1132763781
        },
        {
            "start": 1132763789,
            "stop": 1132764096
        }
    ]
}