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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5273",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5271",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5272,
    "results": [
        {
            "start": 1137075244,
            "stop": 1137075261
        },
        {
            "start": 1137075263,
            "stop": 1137075295
        },
        {
            "start": 1137075296,
            "stop": 1137075311
        },
        {
            "start": 1137075313,
            "stop": 1137075349
        },
        {
            "start": 1137075351,
            "stop": 1137075386
        },
        {
            "start": 1137075390,
            "stop": 1137075594
        },
        {
            "start": 1137075597,
            "stop": 1137075616
        },
        {
            "start": 1137075618,
            "stop": 1137075619
        },
        {
            "start": 1137075621,
            "stop": 1137075648
        },
        {
            "start": 1137075650,
            "stop": 1137075673
        },
        {
            "start": 1137075675,
            "stop": 1137075677
        },
        {
            "start": 1137075679,
            "stop": 1137075705
        },
        {
            "start": 1137075707,
            "stop": 1137075708
        },
        {
            "start": 1137075710,
            "stop": 1137075726
        },
        {
            "start": 1137075728,
            "stop": 1137075772
        },
        {
            "start": 1137075774,
            "stop": 1137075816
        },
        {
            "start": 1137075817,
            "stop": 1137076029
        },
        {
            "start": 1137076031,
            "stop": 1137076033
        },
        {
            "start": 1137076035,
            "stop": 1137076081
        },
        {
            "start": 1137076083,
            "stop": 1137076087
        }
    ]
}