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_CAT2/segments?format=api&page=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 279,
    "results": [
        {
            "start": 1177578880,
            "stop": 1177580327
        },
        {
            "start": 1177580331,
            "stop": 1177583968
        },
        {
            "start": 1177583969,
            "stop": 1177583985
        },
        {
            "start": 1177583987,
            "stop": 1177583989
        },
        {
            "start": 1177583997,
            "stop": 1177585542
        },
        {
            "start": 1177585543,
            "stop": 1177585941
        },
        {
            "start": 1177585942,
            "stop": 1177586172
        },
        {
            "start": 1177586173,
            "stop": 1177587078
        },
        {
            "start": 1177587079,
            "stop": 1177587080
        },
        {
            "start": 1177587082,
            "stop": 1177587370
        },
        {
            "start": 1177587371,
            "stop": 1177587383
        },
        {
            "start": 1177587384,
            "stop": 1177587642
        },
        {
            "start": 1177587644,
            "stop": 1177589410
        },
        {
            "start": 1177589411,
            "stop": 1177590507
        },
        {
            "start": 1177590508,
            "stop": 1177590550
        },
        {
            "start": 1177590554,
            "stop": 1177590557
        },
        {
            "start": 1177590558,
            "stop": 1177590570
        },
        {
            "start": 1177590571,
            "stop": 1177592809
        },
        {
            "start": 1177592811,
            "stop": 1177592813
        },
        {
            "start": 1177592814,
            "stop": 1177592815
        }
    ]
}