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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=138",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 139,
    "results": [
        {
            "start": 931437831,
            "stop": 931437839
        },
        {
            "start": 931437841,
            "stop": 931437870
        },
        {
            "start": 931437872,
            "stop": 931437904
        },
        {
            "start": 931437906,
            "stop": 931437913
        },
        {
            "start": 931437915,
            "stop": 931437935
        },
        {
            "start": 931437937,
            "stop": 931437945
        },
        {
            "start": 931437947,
            "stop": 931437964
        },
        {
            "start": 931437966,
            "stop": 931437983
        },
        {
            "start": 931437985,
            "stop": 931438019
        },
        {
            "start": 931438022,
            "stop": 931438061
        },
        {
            "start": 931438062,
            "stop": 931438083
        },
        {
            "start": 931438085,
            "stop": 931438161
        },
        {
            "start": 931438163,
            "stop": 931438166
        },
        {
            "start": 931438168,
            "stop": 931438227
        },
        {
            "start": 931438229,
            "stop": 931438305
        },
        {
            "start": 931438307,
            "stop": 931438426
        },
        {
            "start": 931438427,
            "stop": 931438431
        },
        {
            "start": 931438433,
            "stop": 931438585
        },
        {
            "start": 931438587,
            "stop": 931438612
        },
        {
            "start": 931438614,
            "stop": 931438619
        }
    ]
}