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=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 535,
    "results": [
        {
            "start": 1184922107,
            "stop": 1184922108
        },
        {
            "start": 1184922110,
            "stop": 1184922111
        },
        {
            "start": 1184922113,
            "stop": 1184922123
        },
        {
            "start": 1184922125,
            "stop": 1184922126
        },
        {
            "start": 1184922128,
            "stop": 1184922130
        },
        {
            "start": 1184922132,
            "stop": 1184922137
        },
        {
            "start": 1184922140,
            "stop": 1184922144
        },
        {
            "start": 1184922146,
            "stop": 1184922154
        },
        {
            "start": 1184922157,
            "stop": 1184922158
        },
        {
            "start": 1184922160,
            "stop": 1184922317
        },
        {
            "start": 1184922319,
            "stop": 1184922321
        },
        {
            "start": 1184922322,
            "stop": 1184922334
        },
        {
            "start": 1184922336,
            "stop": 1184922337
        },
        {
            "start": 1184922364,
            "stop": 1184922549
        },
        {
            "start": 1184922551,
            "stop": 1184922613
        },
        {
            "start": 1184922615,
            "stop": 1184922616
        },
        {
            "start": 1184922619,
            "stop": 1184922621
        },
        {
            "start": 1184922632,
            "stop": 1184922634
        },
        {
            "start": 1184922636,
            "stop": 1184922649
        },
        {
            "start": 1184922652,
            "stop": 1184922677
        }
    ]
}