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=8748
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=8749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8747",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8748,
    "results": [
        {
            "start": 873066487,
            "stop": 873066540
        },
        {
            "start": 873066660,
            "stop": 873066720
        },
        {
            "start": 873066780,
            "stop": 873066960
        },
        {
            "start": 873067020,
            "stop": 873067320
        },
        {
            "start": 873067440,
            "stop": 873067500
        },
        {
            "start": 873067807,
            "stop": 873067958
        },
        {
            "start": 873067962,
            "stop": 873067980
        },
        {
            "start": 873068160,
            "stop": 873068280
        },
        {
            "start": 873068520,
            "stop": 873068580
        },
        {
            "start": 873068700,
            "stop": 873068842
        },
        {
            "start": 873068962,
            "stop": 873069333
        },
        {
            "start": 873069350,
            "stop": 873069406
        },
        {
            "start": 873069540,
            "stop": 873070233
        },
        {
            "start": 873070250,
            "stop": 873070277
        },
        {
            "start": 873070294,
            "stop": 873070320
        },
        {
            "start": 873070560,
            "stop": 873070680
        },
        {
            "start": 873070800,
            "stop": 873071450
        },
        {
            "start": 873071530,
            "stop": 873071720
        },
        {
            "start": 873071760,
            "stop": 873071880
        },
        {
            "start": 873072000,
            "stop": 873072240
        }
    ]
}