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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=155",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 156,
    "results": [
        {
            "start": 819999190,
            "stop": 819999319
        },
        {
            "start": 819999326,
            "stop": 819999646
        },
        {
            "start": 819999659,
            "stop": 819999834
        },
        {
            "start": 819999842,
            "stop": 819999918
        },
        {
            "start": 819999932,
            "stop": 819999955
        },
        {
            "start": 819999970,
            "stop": 820000013
        },
        {
            "start": 820000020,
            "stop": 820000089
        },
        {
            "start": 820000097,
            "stop": 820000518
        },
        {
            "start": 820000526,
            "stop": 820000911
        },
        {
            "start": 820000918,
            "stop": 820000962
        },
        {
            "start": 820000969,
            "stop": 820000993
        },
        {
            "start": 820001000,
            "stop": 820001280
        },
        {
            "start": 820001287,
            "stop": 820001330
        },
        {
            "start": 820001337,
            "stop": 820001400
        },
        {
            "start": 820001408,
            "stop": 820001646
        },
        {
            "start": 820001653,
            "stop": 820001713
        },
        {
            "start": 820002434,
            "stop": 820002590
        },
        {
            "start": 820002597,
            "stop": 820002607
        },
        {
            "start": 820002614,
            "stop": 820002738
        },
        {
            "start": 820002745,
            "stop": 820002913
        }
    ]
}