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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7488",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7486",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7487,
    "results": [
        {
            "start": 970238412,
            "stop": 970238538
        },
        {
            "start": 970238559,
            "stop": 970238560
        },
        {
            "start": 970238564,
            "stop": 970238565
        },
        {
            "start": 970238568,
            "stop": 970238702
        },
        {
            "start": 970238724,
            "stop": 970238758
        },
        {
            "start": 970238761,
            "stop": 970238809
        },
        {
            "start": 970238812,
            "stop": 970238814
        },
        {
            "start": 970238821,
            "stop": 970238823
        },
        {
            "start": 970238826,
            "stop": 970238836
        },
        {
            "start": 970238956,
            "stop": 970239014
        },
        {
            "start": 970239017,
            "stop": 970239114
        },
        {
            "start": 970239135,
            "stop": 970239155
        },
        {
            "start": 970239158,
            "stop": 970239237
        },
        {
            "start": 970242019,
            "stop": 970242020
        },
        {
            "start": 970242023,
            "stop": 970242171
        },
        {
            "start": 970242174,
            "stop": 970242175
        },
        {
            "start": 970242181,
            "stop": 970242313
        },
        {
            "start": 970242316,
            "stop": 970242366
        },
        {
            "start": 970242369,
            "stop": 970242376
        },
        {
            "start": 970242459,
            "stop": 970242565
        }
    ]
}