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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=19",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 20,
    "results": [
        {
            "start": 816852263,
            "stop": 816864819
        },
        {
            "start": 816865574,
            "stop": 816871492
        },
        {
            "start": 816871495,
            "stop": 816881843
        },
        {
            "start": 816881845,
            "stop": 816888069
        },
        {
            "start": 816888072,
            "stop": 816897554
        },
        {
            "start": 816898939,
            "stop": 816908685
        },
        {
            "start": 816909244,
            "stop": 816913263
        },
        {
            "start": 816913265,
            "stop": 816913780
        },
        {
            "start": 816914327,
            "stop": 816916019
        },
        {
            "start": 816916021,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816922333
        },
        {
            "start": 816922820,
            "stop": 816927844
        },
        {
            "start": 816927847,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816946819
        },
        {
            "start": 816947649,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816951936
        },
        {
            "start": 816952472,
            "stop": 816962528
        },
        {
            "start": 816962963,
            "stop": 816969101
        },
        {
            "start": 816974148,
            "stop": 816978551
        }
    ]
}