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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=75",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 76,
    "results": [
        {
            "start": 825313649,
            "stop": 825318431
        },
        {
            "start": 825322687,
            "stop": 825323029
        },
        {
            "start": 825323742,
            "stop": 825323892
        },
        {
            "start": 825324605,
            "stop": 825325297
        },
        {
            "start": 825326158,
            "stop": 825327981
        },
        {
            "start": 825329819,
            "stop": 825329872
        },
        {
            "start": 825330192,
            "stop": 825330959
        },
        {
            "start": 825338354,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825345457
        },
        {
            "start": 825345459,
            "stop": 825348134
        },
        {
            "start": 825348136,
            "stop": 825348156
        },
        {
            "start": 825348158,
            "stop": 825348605
        },
        {
            "start": 825377545,
            "stop": 825377976
        },
        {
            "start": 825383339,
            "stop": 825383388
        },
        {
            "start": 825384812,
            "stop": 825384872
        },
        {
            "start": 825385457,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825396258
        },
        {
            "start": 825396717,
            "stop": 825396736
        },
        {
            "start": 825397056,
            "stop": 825397244
        },
        {
            "start": 825397644,
            "stop": 825397682
        }
    ]
}