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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=263",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 264,
    "results": [
        {
            "start": 934489780,
            "stop": 934490813
        },
        {
            "start": 934490815,
            "stop": 934490828
        },
        {
            "start": 934490830,
            "stop": 934490842
        },
        {
            "start": 934490845,
            "stop": 934491593
        },
        {
            "start": 934491595,
            "stop": 934491615
        },
        {
            "start": 934491855,
            "stop": 934491967
        },
        {
            "start": 934491972,
            "stop": 934492390
        },
        {
            "start": 934492392,
            "stop": 934494474
        },
        {
            "start": 934494477,
            "stop": 934495215
        },
        {
            "start": 934495455,
            "stop": 934496543
        },
        {
            "start": 934496546,
            "stop": 934497804
        },
        {
            "start": 934497807,
            "stop": 934498815
        },
        {
            "start": 934499055,
            "stop": 934502289
        },
        {
            "start": 934502291,
            "stop": 934502305
        },
        {
            "start": 934502307,
            "stop": 934502415
        },
        {
            "start": 934502655,
            "stop": 934503537
        },
        {
            "start": 934508498,
            "stop": 934508558
        },
        {
            "start": 934508678,
            "stop": 934508738
        },
        {
            "start": 934509038,
            "stop": 934509098
        },
        {
            "start": 934509158,
            "stop": 934509278
        }
    ]
}