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=8749
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=8750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8748",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8749,
    "results": [
        {
            "start": 873072300,
            "stop": 873072540
        },
        {
            "start": 873072600,
            "stop": 873072720
        },
        {
            "start": 873073130,
            "stop": 873073200
        },
        {
            "start": 873073380,
            "stop": 873073620
        },
        {
            "start": 873073740,
            "stop": 873073800
        },
        {
            "start": 873073860,
            "stop": 873074460
        },
        {
            "start": 873074520,
            "stop": 873074820
        },
        {
            "start": 873075092,
            "stop": 873075360
        },
        {
            "start": 873075480,
            "stop": 873075540
        },
        {
            "start": 873075600,
            "stop": 873075793
        },
        {
            "start": 873075810,
            "stop": 873076020
        },
        {
            "start": 873076080,
            "stop": 873076140
        },
        {
            "start": 873076260,
            "stop": 873076320
        },
        {
            "start": 873076380,
            "stop": 873077021
        },
        {
            "start": 873077038,
            "stop": 873077349
        },
        {
            "start": 873077469,
            "stop": 873078038
        },
        {
            "start": 873078158,
            "stop": 873078231
        },
        {
            "start": 873078351,
            "stop": 873078420
        },
        {
            "start": 873078550,
            "stop": 873079740
        },
        {
            "start": 873079800,
            "stop": 873080864
        }
    ]
}