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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=56",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 57,
    "results": [
        {
            "start": 817424650,
            "stop": 817425650
        },
        {
            "start": 817425730,
            "stop": 817425733
        },
        {
            "start": 817427752,
            "stop": 817428050
        },
        {
            "start": 817428190,
            "stop": 817430090
        },
        {
            "start": 817430170,
            "stop": 817430210
        },
        {
            "start": 817430400,
            "stop": 817431057
        },
        {
            "start": 817431080,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817433510
        },
        {
            "start": 817433650,
            "stop": 817436270
        },
        {
            "start": 817436350,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440417
        },
        {
            "start": 817440469,
            "stop": 817442413
        },
        {
            "start": 817443515,
            "stop": 817447370
        },
        {
            "start": 817447450,
            "stop": 817447643
        },
        {
            "start": 817448270,
            "stop": 817448817
        },
        {
            "start": 817448853,
            "stop": 817449562
        },
        {
            "start": 817459555,
            "stop": 817459706
        },
        {
            "start": 817459757,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817471730
        },
        {
            "start": 817471870,
            "stop": 817477190
        }
    ]
}