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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=16",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 17,
    "results": [
        {
            "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": 816946819
        },
        {
            "start": 816947649,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816951936
        },
        {
            "start": 816952472,
            "stop": 816962528
        },
        {
            "start": 816962963,
            "stop": 816969101
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816981141,
            "stop": 816982769
        },
        {
            "start": 816983481,
            "stop": 816984187
        },
        {
            "start": 816984923,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816986456
        },
        {
            "start": 816986856,
            "stop": 816988440
        }
    ]
}