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=7465
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=7466",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7464",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7465,
    "results": [
        {
            "start": 970107144,
            "stop": 970107152
        },
        {
            "start": 970107158,
            "stop": 970107168
        },
        {
            "start": 970107171,
            "stop": 970108224
        },
        {
            "start": 970108227,
            "stop": 970108267
        },
        {
            "start": 970108270,
            "stop": 970108946
        },
        {
            "start": 970108949,
            "stop": 970109317
        },
        {
            "start": 970109320,
            "stop": 970109580
        },
        {
            "start": 970109601,
            "stop": 970110154
        },
        {
            "start": 970110165,
            "stop": 970111277
        },
        {
            "start": 970111280,
            "stop": 970111456
        },
        {
            "start": 970111459,
            "stop": 970112839
        },
        {
            "start": 970112842,
            "stop": 970114077
        },
        {
            "start": 970114080,
            "stop": 970114785
        },
        {
            "start": 970114788,
            "stop": 970115512
        },
        {
            "start": 970115515,
            "stop": 970116083
        },
        {
            "start": 970116103,
            "stop": 970117256
        },
        {
            "start": 970117259,
            "stop": 970118512
        },
        {
            "start": 970118515,
            "stop": 970118667
        },
        {
            "start": 970118670,
            "stop": 970118671
        },
        {
            "start": 970118674,
            "stop": 970118717
        }
    ]
}