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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=113",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 114,
    "results": [
        {
            "start": 831180747,
            "stop": 831208239
        },
        {
            "start": 831208873,
            "stop": 831215408
        },
        {
            "start": 831215410,
            "stop": 831222099
        },
        {
            "start": 831244650,
            "stop": 831247023
        },
        {
            "start": 831247086,
            "stop": 831247142
        },
        {
            "start": 831247541,
            "stop": 831249664
        },
        {
            "start": 831249748,
            "stop": 831263257
        },
        {
            "start": 831263557,
            "stop": 831264296
        },
        {
            "start": 831267322,
            "stop": 831273258
        },
        {
            "start": 831273368,
            "stop": 831273730
        },
        {
            "start": 831274189,
            "stop": 831277032
        },
        {
            "start": 831277332,
            "stop": 831312241
        },
        {
            "start": 831314216,
            "stop": 831315094
        },
        {
            "start": 831315174,
            "stop": 831323233
        },
        {
            "start": 831325277,
            "stop": 831331459
        },
        {
            "start": 831331993,
            "stop": 831344026
        },
        {
            "start": 831346305,
            "stop": 831350986
        },
        {
            "start": 831351096,
            "stop": 831351111
        },
        {
            "start": 831351411,
            "stop": 831355215
        },
        {
            "start": 831359269,
            "stop": 831395970
        }
    ]
}