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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=45",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 46,
    "results": [
        {
            "start": 931182831,
            "stop": 931182833
        },
        {
            "start": 931182835,
            "stop": 931182853
        },
        {
            "start": 931182855,
            "stop": 931182904
        },
        {
            "start": 931182907,
            "stop": 931182944
        },
        {
            "start": 931182946,
            "stop": 931182952
        },
        {
            "start": 931182954,
            "stop": 931182975
        },
        {
            "start": 931182976,
            "stop": 931183024
        },
        {
            "start": 931183026,
            "stop": 931183054
        },
        {
            "start": 931183056,
            "stop": 931183072
        },
        {
            "start": 931183074,
            "stop": 931183102
        },
        {
            "start": 931183104,
            "stop": 931183107
        },
        {
            "start": 931183109,
            "stop": 931183112
        },
        {
            "start": 931183114,
            "stop": 931183133
        },
        {
            "start": 931183134,
            "stop": 931183138
        },
        {
            "start": 931183140,
            "stop": 931183170
        },
        {
            "start": 931183171,
            "stop": 931183196
        },
        {
            "start": 931183198,
            "stop": 931183201
        },
        {
            "start": 931183203,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        }
    ]
}