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=10024
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=10025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10023",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10024,
    "results": [
        {
            "start": 872403143,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872403244
        },
        {
            "start": 872403260,
            "stop": 872403727
        },
        {
            "start": 872403763,
            "stop": 872403833
        },
        {
            "start": 872403869,
            "stop": 872404007
        },
        {
            "start": 872404043,
            "stop": 872404186
        },
        {
            "start": 872404222,
            "stop": 872404294
        },
        {
            "start": 872404392,
            "stop": 872404612
        },
        {
            "start": 872404648,
            "stop": 872404937
        },
        {
            "start": 872404973,
            "stop": 872405086
        },
        {
            "start": 872405122,
            "stop": 872405570
        },
        {
            "start": 872405606,
            "stop": 872405705
        },
        {
            "start": 872405722,
            "stop": 872407945
        },
        {
            "start": 872407962,
            "stop": 872408837
        },
        {
            "start": 872408873,
            "stop": 872409930
        },
        {
            "start": 872411684,
            "stop": 872412057
        },
        {
            "start": 872412093,
            "stop": 872412106
        },
        {
            "start": 872412142,
            "stop": 872412395
        },
        {
            "start": 872412431,
            "stop": 872412507
        },
        {
            "start": 872412543,
            "stop": 872412658
        }
    ]
}