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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 21,
    "results": [
        {
            "start": 1167924445,
            "stop": 1167926094
        },
        {
            "start": 1167926098,
            "stop": 1167928981
        },
        {
            "start": 1167928985,
            "stop": 1167936412
        },
        {
            "start": 1167936416,
            "stop": 1167938721
        },
        {
            "start": 1167938725,
            "stop": 1167942126
        },
        {
            "start": 1167951962,
            "stop": 1167953435
        },
        {
            "start": 1168034363,
            "stop": 1168040718
        },
        {
            "start": 1168046721,
            "stop": 1168046928
        },
        {
            "start": 1168046931,
            "stop": 1168056012
        },
        {
            "start": 1168056016,
            "stop": 1168063955
        },
        {
            "start": 1168063958,
            "stop": 1168065430
        },
        {
            "start": 1168076706,
            "stop": 1168077009
        },
        {
            "start": 1168077013,
            "stop": 1168078176
        },
        {
            "start": 1168081852,
            "stop": 1168082255
        },
        {
            "start": 1168082259,
            "stop": 1168087900
        },
        {
            "start": 1168087903,
            "stop": 1168087927
        },
        {
            "start": 1168087932,
            "stop": 1168088008
        },
        {
            "start": 1168088012,
            "stop": 1168090001
        },
        {
            "start": 1168090005,
            "stop": 1168096070
        },
        {
            "start": 1168096073,
            "stop": 1168098542
        }
    ]
}