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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=109",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 110,
    "results": [
        {
            "start": 816937114,
            "stop": 816937117
        },
        {
            "start": 816937450,
            "stop": 816937455
        },
        {
            "start": 816937482,
            "stop": 816937514
        },
        {
            "start": 816937708,
            "stop": 816937721
        },
        {
            "start": 816937766,
            "stop": 816937850
        },
        {
            "start": 816937895,
            "stop": 816937911
        },
        {
            "start": 816937931,
            "stop": 816937933
        },
        {
            "start": 816937998,
            "stop": 816938000
        },
        {
            "start": 816938158,
            "stop": 816938219
        },
        {
            "start": 816938277,
            "stop": 816938288
        },
        {
            "start": 816938348,
            "stop": 816938421
        },
        {
            "start": 816938440,
            "stop": 816938486
        },
        {
            "start": 816938507,
            "stop": 816938528
        },
        {
            "start": 816938608,
            "stop": 816938614
        },
        {
            "start": 816938678,
            "stop": 816938702
        },
        {
            "start": 816938747,
            "stop": 816938812
        },
        {
            "start": 816938908,
            "stop": 816938918
        },
        {
            "start": 816938961,
            "stop": 816938967
        },
        {
            "start": 816938999,
            "stop": 816939032
        },
        {
            "start": 816939074,
            "stop": 816939087
        }
    ]
}