Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 38,
    "results": [
        {
            "start": 931161017,
            "stop": 931161256
        },
        {
            "start": 931161257,
            "stop": 931161292
        },
        {
            "start": 931161293,
            "stop": 931161297
        },
        {
            "start": 931161298,
            "stop": 931161302
        },
        {
            "start": 931161303,
            "stop": 931161316
        },
        {
            "start": 931161317,
            "stop": 931161337
        },
        {
            "start": 931161338,
            "stop": 931161545
        },
        {
            "start": 931161547,
            "stop": 931161597
        },
        {
            "start": 931161598,
            "stop": 931161602
        },
        {
            "start": 931161603,
            "stop": 931161612
        },
        {
            "start": 931161613,
            "stop": 931161615
        },
        {
            "start": 931161975,
            "stop": 931161981
        },
        {
            "start": 931161982,
            "stop": 931161987
        },
        {
            "start": 931161989,
            "stop": 931161991
        },
        {
            "start": 931161993,
            "stop": 931162016
        },
        {
            "start": 931162017,
            "stop": 931162098
        },
        {
            "start": 931162100,
            "stop": 931162247
        },
        {
            "start": 931162248,
            "stop": 931162442
        },
        {
            "start": 931162443,
            "stop": 931162686
        },
        {
            "start": 931162688,
            "stop": 931162697
        }
    ]
}