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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40678",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40679,
    "results": [
        {
            "start": 874928561,
            "stop": 874928567
        },
        {
            "start": 874928568,
            "stop": 874928594
        },
        {
            "start": 874928595,
            "stop": 874928636
        },
        {
            "start": 874928637,
            "stop": 874928695
        },
        {
            "start": 874928697,
            "stop": 874928720
        },
        {
            "start": 874928723,
            "stop": 874928772
        },
        {
            "start": 874928773,
            "stop": 874928807
        },
        {
            "start": 874928808,
            "stop": 874928908
        },
        {
            "start": 874928909,
            "stop": 874928925
        },
        {
            "start": 874928926,
            "stop": 874928979
        },
        {
            "start": 874928981,
            "stop": 874928983
        },
        {
            "start": 874928984,
            "stop": 874929068
        },
        {
            "start": 874929069,
            "stop": 874929074
        },
        {
            "start": 874929075,
            "stop": 874929103
        },
        {
            "start": 874929104,
            "stop": 874929105
        },
        {
            "start": 874929106,
            "stop": 874929107
        },
        {
            "start": 874929109,
            "stop": 874929113
        },
        {
            "start": 874929114,
            "stop": 874929117
        },
        {
            "start": 874929118,
            "stop": 874929125
        },
        {
            "start": 874929128,
            "stop": 874929145
        }
    ]
}