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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=260",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 261,
    "results": [
        {
            "start": 934444592,
            "stop": 934444651
        },
        {
            "start": 934457174,
            "stop": 934457416
        },
        {
            "start": 934457419,
            "stop": 934457521
        },
        {
            "start": 934457524,
            "stop": 934457536
        },
        {
            "start": 934457539,
            "stop": 934457551
        },
        {
            "start": 934457554,
            "stop": 934457566
        },
        {
            "start": 934457569,
            "stop": 934457581
        },
        {
            "start": 934457585,
            "stop": 934457596
        },
        {
            "start": 934457599,
            "stop": 934457611
        },
        {
            "start": 934457614,
            "stop": 934457911
        },
        {
            "start": 934457914,
            "stop": 934457926
        },
        {
            "start": 934457929,
            "stop": 934457941
        },
        {
            "start": 934457945,
            "stop": 934458062
        },
        {
            "start": 934458064,
            "stop": 934458076
        },
        {
            "start": 934458079,
            "stop": 934458091
        },
        {
            "start": 934458094,
            "stop": 934458106
        },
        {
            "start": 934458109,
            "stop": 934458121
        },
        {
            "start": 934458124,
            "stop": 934458151
        },
        {
            "start": 934458154,
            "stop": 934459215
        },
        {
            "start": 934459455,
            "stop": 934460005
        }
    ]
}