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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=274",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 275,
    "results": [
        {
            "start": 934476746,
            "stop": 934476800
        },
        {
            "start": 934476802,
            "stop": 934477215
        },
        {
            "start": 934477455,
            "stop": 934477475
        },
        {
            "start": 934477477,
            "stop": 934477877
        },
        {
            "start": 934477879,
            "stop": 934478376
        },
        {
            "start": 934478379,
            "stop": 934479277
        },
        {
            "start": 934479279,
            "stop": 934479306
        },
        {
            "start": 934479426,
            "stop": 934479441
        },
        {
            "start": 934479444,
            "stop": 934479456
        },
        {
            "start": 934479459,
            "stop": 934480024
        },
        {
            "start": 934488006,
            "stop": 934488015
        },
        {
            "start": 934488255,
            "stop": 934488609
        },
        {
            "start": 934488612,
            "stop": 934488804
        },
        {
            "start": 934488924,
            "stop": 934489614
        },
        {
            "start": 934489616,
            "stop": 934489691
        },
        {
            "start": 934489836,
            "stop": 934490813
        },
        {
            "start": 934490815,
            "stop": 934490828
        },
        {
            "start": 934490830,
            "stop": 934490842
        },
        {
            "start": 934490845,
            "stop": 934490848
        },
        {
            "start": 934490968,
            "stop": 934491593
        }
    ]
}