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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=445
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=444",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 445,
    "results": [
        {
            "start": 933355371,
            "stop": 933355383
        },
        {
            "start": 933355386,
            "stop": 933355398
        },
        {
            "start": 933355401,
            "stop": 933355414
        },
        {
            "start": 933355416,
            "stop": 933355488
        },
        {
            "start": 933355491,
            "stop": 933355533
        },
        {
            "start": 933355536,
            "stop": 933356504
        },
        {
            "start": 933356507,
            "stop": 933357093
        },
        {
            "start": 933357096,
            "stop": 933357378
        },
        {
            "start": 933369629,
            "stop": 933369809
        },
        {
            "start": 933369869,
            "stop": 933369989
        },
        {
            "start": 933370049,
            "stop": 933370246
        },
        {
            "start": 933370257,
            "stop": 933370378
        },
        {
            "start": 933370384,
            "stop": 933370450
        },
        {
            "start": 933370461,
            "stop": 933370623
        },
        {
            "start": 933370627,
            "stop": 933370649
        },
        {
            "start": 933370709,
            "stop": 933370714
        },
        {
            "start": 933370725,
            "stop": 933370829
        },
        {
            "start": 933370889,
            "stop": 933370932
        },
        {
            "start": 933370943,
            "stop": 933370947
        },
        {
            "start": 933370967,
            "stop": 933371369
        }
    ]
}