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=8615
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=8616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8614",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8615,
    "results": [
        {
            "start": 871001580,
            "stop": 871001760
        },
        {
            "start": 871001820,
            "stop": 871002420
        },
        {
            "start": 871002480,
            "stop": 871002875
        },
        {
            "start": 871002911,
            "stop": 871003200
        },
        {
            "start": 871003260,
            "stop": 871003860
        },
        {
            "start": 871003920,
            "stop": 871003980
        },
        {
            "start": 871004040,
            "stop": 871004760
        },
        {
            "start": 871004880,
            "stop": 871004940
        },
        {
            "start": 871005000,
            "stop": 871005060
        },
        {
            "start": 871005180,
            "stop": 871005240
        },
        {
            "start": 871005300,
            "stop": 871005360
        },
        {
            "start": 871005480,
            "stop": 871005540
        },
        {
            "start": 871005660,
            "stop": 871005720
        },
        {
            "start": 871005900,
            "stop": 871006020
        },
        {
            "start": 871006620,
            "stop": 871006680
        },
        {
            "start": 871006800,
            "stop": 871006860
        },
        {
            "start": 871007040,
            "stop": 871007160
        },
        {
            "start": 871007640,
            "stop": 871007700
        },
        {
            "start": 871008240,
            "stop": 871008360
        },
        {
            "start": 871008420,
            "stop": 871008480
        }
    ]
}