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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1846",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1844",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1845,
    "results": [
        {
            "start": 1250502286,
            "stop": 1250502900
        },
        {
            "start": 1250502902,
            "stop": 1250505247
        },
        {
            "start": 1250505255,
            "stop": 1250505582
        },
        {
            "start": 1250505585,
            "stop": 1250506298
        },
        {
            "start": 1250506411,
            "stop": 1250507062
        },
        {
            "start": 1250507070,
            "stop": 1250510435
        },
        {
            "start": 1250510437,
            "stop": 1250510524
        },
        {
            "start": 1250510527,
            "stop": 1250510782
        },
        {
            "start": 1250510784,
            "stop": 1250511696
        },
        {
            "start": 1250511699,
            "stop": 1250512369
        },
        {
            "start": 1250512377,
            "stop": 1250513364
        },
        {
            "start": 1250513367,
            "stop": 1250514413
        },
        {
            "start": 1250514416,
            "stop": 1250517633
        },
        {
            "start": 1250517636,
            "stop": 1250518123
        },
        {
            "start": 1250518126,
            "stop": 1250518636
        },
        {
            "start": 1250518639,
            "stop": 1250518943
        },
        {
            "start": 1250518946,
            "stop": 1250519293
        },
        {
            "start": 1250519296,
            "stop": 1250520679
        },
        {
            "start": 1250520682,
            "stop": 1250520684
        },
        {
            "start": 1250520686,
            "stop": 1250520688
        }
    ]
}