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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=247",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 248,
    "results": [
        {
            "start": 821682347,
            "stop": 821682348
        },
        {
            "start": 821682351,
            "stop": 821682359
        },
        {
            "start": 821682362,
            "stop": 821682364
        },
        {
            "start": 821682367,
            "stop": 821682382
        },
        {
            "start": 821682386,
            "stop": 821682396
        },
        {
            "start": 821682399,
            "stop": 821682404
        },
        {
            "start": 821682410,
            "stop": 821682426
        },
        {
            "start": 821682429,
            "stop": 821682450
        },
        {
            "start": 821682457,
            "stop": 821682464
        },
        {
            "start": 821682467,
            "stop": 821682468
        },
        {
            "start": 821682471,
            "stop": 821682473
        },
        {
            "start": 821682478,
            "stop": 821682480
        },
        {
            "start": 821682485,
            "stop": 821682496
        },
        {
            "start": 821682502,
            "stop": 821682510
        },
        {
            "start": 821682516,
            "stop": 821682519
        },
        {
            "start": 821682522,
            "stop": 821682526
        },
        {
            "start": 821682529,
            "stop": 821682537
        },
        {
            "start": 821682540,
            "stop": 821682542
        },
        {
            "start": 821682545,
            "stop": 821682559
        },
        {
            "start": 821682562,
            "stop": 821682564
        }
    ]
}