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=531
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=532",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 531,
    "results": [
        {
            "start": 1184914413,
            "stop": 1184914544
        },
        {
            "start": 1184914546,
            "stop": 1184914547
        },
        {
            "start": 1184914554,
            "stop": 1184914620
        },
        {
            "start": 1184914622,
            "stop": 1184914633
        },
        {
            "start": 1184914656,
            "stop": 1184914657
        },
        {
            "start": 1184914661,
            "stop": 1184914662
        },
        {
            "start": 1184914664,
            "stop": 1184915072
        },
        {
            "start": 1184915074,
            "stop": 1184915321
        },
        {
            "start": 1184915323,
            "stop": 1184915365
        },
        {
            "start": 1184915367,
            "stop": 1184915371
        },
        {
            "start": 1184915373,
            "stop": 1184916134
        },
        {
            "start": 1184916136,
            "stop": 1184916140
        },
        {
            "start": 1184916142,
            "stop": 1184916357
        },
        {
            "start": 1184916360,
            "stop": 1184916738
        },
        {
            "start": 1184916740,
            "stop": 1184916761
        },
        {
            "start": 1184916763,
            "stop": 1184916990
        },
        {
            "start": 1184916992,
            "stop": 1184916996
        },
        {
            "start": 1184917002,
            "stop": 1184917026
        },
        {
            "start": 1184917028,
            "stop": 1184917057
        },
        {
            "start": 1184917059,
            "stop": 1184917239
        }
    ]
}