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_CAT4H/segments?format=api&page=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=233",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 234,
    "results": [
        {
            "start": 931504267,
            "stop": 931504283
        },
        {
            "start": 931504288,
            "stop": 931504289
        },
        {
            "start": 931504290,
            "stop": 931504294
        },
        {
            "start": 931504301,
            "stop": 931504303
        },
        {
            "start": 931504306,
            "stop": 931504312
        },
        {
            "start": 931504315,
            "stop": 931504321
        },
        {
            "start": 931504323,
            "stop": 931504342
        },
        {
            "start": 931504345,
            "stop": 931504349
        },
        {
            "start": 931504356,
            "stop": 931504362
        },
        {
            "start": 931504369,
            "stop": 931504372
        },
        {
            "start": 931504375,
            "stop": 931504389
        },
        {
            "start": 931504392,
            "stop": 931504398
        },
        {
            "start": 931504401,
            "stop": 931504414
        },
        {
            "start": 931504417,
            "stop": 931504433
        },
        {
            "start": 931504436,
            "stop": 931504446
        },
        {
            "start": 931504449,
            "stop": 931504455
        },
        {
            "start": 931504458,
            "stop": 931504486
        },
        {
            "start": 931504489,
            "stop": 931504493
        },
        {
            "start": 931504496,
            "stop": 931504499
        },
        {
            "start": 931504503,
            "stop": 931504505
        }
    ]
}