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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=91",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 92,
    "results": [
        {
            "start": 816670159,
            "stop": 816670334
        },
        {
            "start": 816670363,
            "stop": 816670464
        },
        {
            "start": 816670471,
            "stop": 816670542
        },
        {
            "start": 816670601,
            "stop": 816671082
        },
        {
            "start": 816671086,
            "stop": 816671178
        },
        {
            "start": 816671181,
            "stop": 816671278
        },
        {
            "start": 816671286,
            "stop": 816671509
        },
        {
            "start": 816671539,
            "stop": 816671609
        },
        {
            "start": 816671613,
            "stop": 816671687
        },
        {
            "start": 816671734,
            "stop": 816671829
        },
        {
            "start": 816671834,
            "stop": 816671840
        },
        {
            "start": 816671844,
            "stop": 816671920
        },
        {
            "start": 816671966,
            "stop": 816672011
        },
        {
            "start": 816672018,
            "stop": 816672219
        },
        {
            "start": 816672269,
            "stop": 816672291
        },
        {
            "start": 816672299,
            "stop": 816672362
        },
        {
            "start": 816672366,
            "stop": 816672427
        },
        {
            "start": 816672456,
            "stop": 816672623
        },
        {
            "start": 816672630,
            "stop": 816672694
        },
        {
            "start": 816672701,
            "stop": 816672870
        }
    ]
}