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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=770",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 771,
    "results": [
        {
            "start": 862279730,
            "stop": 862312803
        },
        {
            "start": 862315186,
            "stop": 862324856
        },
        {
            "start": 862325768,
            "stop": 862350527
        },
        {
            "start": 862350529,
            "stop": 862350540
        },
        {
            "start": 862350600,
            "stop": 862351830
        },
        {
            "start": 862353097,
            "stop": 862355180
        },
        {
            "start": 862355182,
            "stop": 862355815
        },
        {
            "start": 862356450,
            "stop": 862381094
        },
        {
            "start": 862383010,
            "stop": 862384672
        },
        {
            "start": 862386256,
            "stop": 862404446
        },
        {
            "start": 862405112,
            "stop": 862408488
        },
        {
            "start": 862410600,
            "stop": 862431630
        },
        {
            "start": 862431750,
            "stop": 862462604
        },
        {
            "start": 862463768,
            "stop": 862467750
        },
        {
            "start": 862467870,
            "stop": 862521803
        },
        {
            "start": 862524061,
            "stop": 862524758
        },
        {
            "start": 862526338,
            "stop": 862533377
        },
        {
            "start": 862534196,
            "stop": 862543204
        },
        {
            "start": 862544098,
            "stop": 862556177
        },
        {
            "start": 862557736,
            "stop": 862565803
        }
    ]
}