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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 37,
    "results": [
        {
            "start": 931176595,
            "stop": 931176995
        },
        {
            "start": 931178537,
            "stop": 931179128
        },
        {
            "start": 931179131,
            "stop": 931181354
        },
        {
            "start": 931181356,
            "stop": 931181464
        },
        {
            "start": 931181466,
            "stop": 931182486
        },
        {
            "start": 931182488,
            "stop": 931183418
        },
        {
            "start": 931183420,
            "stop": 931183479
        },
        {
            "start": 931183481,
            "stop": 931183482
        },
        {
            "start": 931183484,
            "stop": 931183564
        },
        {
            "start": 931183565,
            "stop": 931183710
        },
        {
            "start": 931183712,
            "stop": 931183716
        },
        {
            "start": 931183718,
            "stop": 931184254
        },
        {
            "start": 931184257,
            "stop": 931184388
        },
        {
            "start": 931184390,
            "stop": 931184475
        },
        {
            "start": 931184477,
            "stop": 931184652
        },
        {
            "start": 931184656,
            "stop": 931184812
        },
        {
            "start": 931184819,
            "stop": 931184824
        },
        {
            "start": 931184826,
            "stop": 931184830
        },
        {
            "start": 931184837,
            "stop": 931184904
        },
        {
            "start": 931184911,
            "stop": 931184921
        }
    ]
}