Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=458
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=457",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 458,
    "results": [
        {
            "start": 1183113495,
            "stop": 1183113858
        },
        {
            "start": 1183113860,
            "stop": 1183113987
        },
        {
            "start": 1183113989,
            "stop": 1183114183
        },
        {
            "start": 1183114187,
            "stop": 1183115108
        },
        {
            "start": 1183115110,
            "stop": 1183115417
        },
        {
            "start": 1183115419,
            "stop": 1183115620
        },
        {
            "start": 1183115622,
            "stop": 1183115708
        },
        {
            "start": 1183115710,
            "stop": 1183115756
        },
        {
            "start": 1183115758,
            "stop": 1183115817
        },
        {
            "start": 1183115819,
            "stop": 1183116440
        },
        {
            "start": 1183116442,
            "stop": 1183117222
        },
        {
            "start": 1183117224,
            "stop": 1183117292
        },
        {
            "start": 1183117293,
            "stop": 1183118526
        },
        {
            "start": 1183118528,
            "stop": 1183118791
        },
        {
            "start": 1183118793,
            "stop": 1183118794
        },
        {
            "start": 1183118796,
            "stop": 1183118848
        },
        {
            "start": 1183118850,
            "stop": 1183119053
        },
        {
            "start": 1183119055,
            "stop": 1183121250
        },
        {
            "start": 1183121251,
            "stop": 1183121518
        },
        {
            "start": 1183121520,
            "stop": 1183121878
        }
    ]
}