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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1941",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1942,
    "results": [
        {
            "start": 851778445,
            "stop": 851778675
        },
        {
            "start": 851780244,
            "stop": 851780791
        },
        {
            "start": 851782098,
            "stop": 851782397
        },
        {
            "start": 851782398,
            "stop": 851784430
        },
        {
            "start": 851784747,
            "stop": 851785188
        },
        {
            "start": 851786839,
            "stop": 851787680
        },
        {
            "start": 851805974,
            "stop": 851810537
        },
        {
            "start": 851810545,
            "stop": 851810550
        },
        {
            "start": 851810555,
            "stop": 851818282
        },
        {
            "start": 851818290,
            "stop": 851864222
        },
        {
            "start": 851867117,
            "stop": 851867183
        },
        {
            "start": 851867187,
            "stop": 851869853
        },
        {
            "start": 851869856,
            "stop": 851872173
        },
        {
            "start": 851872196,
            "stop": 851872197
        },
        {
            "start": 851872286,
            "stop": 851878780
        },
        {
            "start": 851878783,
            "stop": 851885435
        },
        {
            "start": 851885450,
            "stop": 851885462
        },
        {
            "start": 851885468,
            "stop": 851885472
        },
        {
            "start": 851885478,
            "stop": 851885487
        },
        {
            "start": 851885493,
            "stop": 851892690
        }
    ]
}