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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=253",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 254,
    "results": [
        {
            "start": 934342520,
            "stop": 934342538
        },
        {
            "start": 934342718,
            "stop": 934342850
        },
        {
            "start": 934342855,
            "stop": 934342912
        },
        {
            "start": 934342917,
            "stop": 934343399
        },
        {
            "start": 934343402,
            "stop": 934344015
        },
        {
            "start": 934344255,
            "stop": 934344840
        },
        {
            "start": 934344846,
            "stop": 934344878
        },
        {
            "start": 934344938,
            "stop": 934345058
        },
        {
            "start": 934345118,
            "stop": 934345358
        },
        {
            "start": 934345418,
            "stop": 934345679
        },
        {
            "start": 934345682,
            "stop": 934347199
        },
        {
            "start": 934347204,
            "stop": 934347607
        },
        {
            "start": 934347609,
            "stop": 934347615
        },
        {
            "start": 934347855,
            "stop": 934348551
        },
        {
            "start": 934349542,
            "stop": 934350074
        },
        {
            "start": 934350077,
            "stop": 934350084
        },
        {
            "start": 934351875,
            "stop": 934354815
        },
        {
            "start": 934355055,
            "stop": 934356481
        },
        {
            "start": 934356484,
            "stop": 934356646
        },
        {
            "start": 934356649,
            "stop": 934358415
        }
    ]
}