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=473
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=474",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 473,
    "results": [
        {
            "start": 1183234185,
            "stop": 1183237339
        },
        {
            "start": 1183237343,
            "stop": 1183239305
        },
        {
            "start": 1183239309,
            "stop": 1183241629
        },
        {
            "start": 1183244426,
            "stop": 1183246624
        },
        {
            "start": 1183246629,
            "stop": 1183251728
        },
        {
            "start": 1183251732,
            "stop": 1183257657
        },
        {
            "start": 1183257661,
            "stop": 1183271176
        },
        {
            "start": 1183271180,
            "stop": 1183271662
        },
        {
            "start": 1183271666,
            "stop": 1183273793
        },
        {
            "start": 1183273797,
            "stop": 1183278456
        },
        {
            "start": 1183278460,
            "stop": 1183281435
        },
        {
            "start": 1183281437,
            "stop": 1183282304
        },
        {
            "start": 1183282308,
            "stop": 1183285750
        },
        {
            "start": 1183285754,
            "stop": 1183286127
        },
        {
            "start": 1183286131,
            "stop": 1183287364
        },
        {
            "start": 1183287366,
            "stop": 1183302203
        },
        {
            "start": 1183324477,
            "stop": 1183325411
        },
        {
            "start": 1183325413,
            "stop": 1183326745
        },
        {
            "start": 1183326747,
            "stop": 1183326787
        },
        {
            "start": 1183326791,
            "stop": 1183328130
        }
    ]
}