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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=256",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 257,
    "results": [
        {
            "start": 1177092400,
            "stop": 1177092450
        },
        {
            "start": 1177092451,
            "stop": 1177092573
        },
        {
            "start": 1177092574,
            "stop": 1177092631
        },
        {
            "start": 1177092632,
            "stop": 1177092656
        },
        {
            "start": 1177092657,
            "stop": 1177092821
        },
        {
            "start": 1177092822,
            "stop": 1177092908
        },
        {
            "start": 1177092909,
            "stop": 1177092910
        },
        {
            "start": 1177092911,
            "stop": 1177092985
        },
        {
            "start": 1177092989,
            "stop": 1177092990
        },
        {
            "start": 1177092991,
            "stop": 1177093140
        },
        {
            "start": 1177093146,
            "stop": 1177093154
        },
        {
            "start": 1177093156,
            "stop": 1177094318
        },
        {
            "start": 1177094322,
            "stop": 1177094485
        },
        {
            "start": 1177094487,
            "stop": 1177094488
        },
        {
            "start": 1177094489,
            "stop": 1177094507
        },
        {
            "start": 1177094508,
            "stop": 1177094730
        },
        {
            "start": 1177094731,
            "stop": 1177094764
        },
        {
            "start": 1177094765,
            "stop": 1177094809
        },
        {
            "start": 1177094810,
            "stop": 1177094830
        },
        {
            "start": 1177094832,
            "stop": 1177094862
        }
    ]
}