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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=165",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 166,
    "results": [
        {
            "start": 820232875,
            "stop": 820232974
        },
        {
            "start": 820232977,
            "stop": 820232999
        },
        {
            "start": 820233003,
            "stop": 820233080
        },
        {
            "start": 820233083,
            "stop": 820233360
        },
        {
            "start": 820233364,
            "stop": 820233435
        },
        {
            "start": 820233438,
            "stop": 820233608
        },
        {
            "start": 820233611,
            "stop": 820233713
        },
        {
            "start": 820233717,
            "stop": 820233718
        },
        {
            "start": 820233722,
            "stop": 820233795
        },
        {
            "start": 820233798,
            "stop": 820233808
        },
        {
            "start": 820233811,
            "stop": 820234290
        },
        {
            "start": 820234293,
            "stop": 820234303
        },
        {
            "start": 820234307,
            "stop": 820234352
        },
        {
            "start": 820234356,
            "stop": 820234385
        },
        {
            "start": 820234388,
            "stop": 820234530
        },
        {
            "start": 820234534,
            "stop": 820234581
        },
        {
            "start": 820234585,
            "stop": 820234851
        },
        {
            "start": 820234855,
            "stop": 820234910
        },
        {
            "start": 820234913,
            "stop": 820235160
        },
        {
            "start": 820235163,
            "stop": 820235378
        }
    ]
}