Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=283",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 284,
    "results": [
        {
            "start": 931531091,
            "stop": 931531097
        },
        {
            "start": 931531101,
            "stop": 931531105
        },
        {
            "start": 931531107,
            "stop": 931531113
        },
        {
            "start": 931531118,
            "stop": 931531120
        },
        {
            "start": 931531122,
            "stop": 931531124
        },
        {
            "start": 931531126,
            "stop": 931531131
        },
        {
            "start": 931531133,
            "stop": 931531135
        },
        {
            "start": 931531137,
            "stop": 931531140
        },
        {
            "start": 931531143,
            "stop": 931531162
        },
        {
            "start": 931531164,
            "stop": 931531167
        },
        {
            "start": 931531170,
            "stop": 931531180
        },
        {
            "start": 931531181,
            "stop": 931531183
        },
        {
            "start": 931531184,
            "stop": 931531196
        },
        {
            "start": 931531198,
            "stop": 931531206
        },
        {
            "start": 931531208,
            "stop": 931531209
        },
        {
            "start": 931531210,
            "stop": 931531220
        },
        {
            "start": 931531221,
            "stop": 931531222
        },
        {
            "start": 931531224,
            "stop": 931531232
        },
        {
            "start": 931531234,
            "stop": 931531237
        },
        {
            "start": 931531239,
            "stop": 931531247
        }
    ]
}