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=565
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=566",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 565,
    "results": [
        {
            "start": 1185938243,
            "stop": 1185949485
        },
        {
            "start": 1185949489,
            "stop": 1185949622
        },
        {
            "start": 1185949626,
            "stop": 1185958048
        },
        {
            "start": 1185958052,
            "stop": 1185995935
        },
        {
            "start": 1185995938,
            "stop": 1186009436
        },
        {
            "start": 1186009440,
            "stop": 1186009489
        },
        {
            "start": 1186009493,
            "stop": 1186011509
        },
        {
            "start": 1186011513,
            "stop": 1186029492
        },
        {
            "start": 1186029496,
            "stop": 1186033253
        },
        {
            "start": 1186033256,
            "stop": 1186041187
        },
        {
            "start": 1186041191,
            "stop": 1186045472
        },
        {
            "start": 1186045476,
            "stop": 1186063546
        },
        {
            "start": 1186063550,
            "stop": 1186069919
        },
        {
            "start": 1186069923,
            "stop": 1186081491
        },
        {
            "start": 1186091993,
            "stop": 1186096044
        },
        {
            "start": 1186097308,
            "stop": 1186099778
        },
        {
            "start": 1186099782,
            "stop": 1186121128
        },
        {
            "start": 1186121132,
            "stop": 1186125240
        },
        {
            "start": 1186125480,
            "stop": 1186130193
        },
        {
            "start": 1186130197,
            "stop": 1186158132
        }
    ]
}