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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=302",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 303,
    "results": [
        {
            "start": 931544160,
            "stop": 931544161
        },
        {
            "start": 931544163,
            "stop": 931544177
        },
        {
            "start": 931544179,
            "stop": 931544180
        },
        {
            "start": 931544183,
            "stop": 931544187
        },
        {
            "start": 931544189,
            "stop": 931544202
        },
        {
            "start": 931544203,
            "stop": 931544212
        },
        {
            "start": 931544215,
            "stop": 931544225
        },
        {
            "start": 931544228,
            "stop": 931544238
        },
        {
            "start": 931544241,
            "stop": 931544261
        },
        {
            "start": 931544263,
            "stop": 931544272
        },
        {
            "start": 931544274,
            "stop": 931544285
        },
        {
            "start": 931544287,
            "stop": 931544297
        },
        {
            "start": 931544299,
            "stop": 931544308
        },
        {
            "start": 931544310,
            "stop": 931544314
        },
        {
            "start": 931544317,
            "stop": 931544321
        },
        {
            "start": 931544322,
            "stop": 931544329
        },
        {
            "start": 931544331,
            "stop": 931544345
        },
        {
            "start": 931544347,
            "stop": 931544352
        },
        {
            "start": 931544354,
            "stop": 931544381
        },
        {
            "start": 931544382,
            "stop": 931544385
        }
    ]
}