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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=153",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 154,
    "results": [
        {
            "start": 931451241,
            "stop": 931451264
        },
        {
            "start": 931451266,
            "stop": 931451273
        },
        {
            "start": 931451276,
            "stop": 931451297
        },
        {
            "start": 931451299,
            "stop": 931451331
        },
        {
            "start": 931451333,
            "stop": 931451367
        },
        {
            "start": 931451369,
            "stop": 931451380
        },
        {
            "start": 931451382,
            "stop": 931451416
        },
        {
            "start": 931451418,
            "stop": 931451505
        },
        {
            "start": 931451507,
            "stop": 931451622
        },
        {
            "start": 931451624,
            "stop": 931451680
        },
        {
            "start": 931451684,
            "stop": 931451740
        },
        {
            "start": 931451742,
            "stop": 931451751
        },
        {
            "start": 931451753,
            "stop": 931451770
        },
        {
            "start": 931451772,
            "stop": 931451877
        },
        {
            "start": 931451878,
            "stop": 931452006
        },
        {
            "start": 931452008,
            "stop": 931452020
        },
        {
            "start": 931452022,
            "stop": 931452095
        },
        {
            "start": 931452097,
            "stop": 931452110
        },
        {
            "start": 931452112,
            "stop": 931452166
        },
        {
            "start": 931452168,
            "stop": 931452202
        }
    ]
}