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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=221",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 222,
    "results": [
        {
            "start": 818216797,
            "stop": 818216798
        },
        {
            "start": 818216804,
            "stop": 818216811
        },
        {
            "start": 818216814,
            "stop": 818216818
        },
        {
            "start": 818216831,
            "stop": 818216832
        },
        {
            "start": 818216841,
            "stop": 818216843
        },
        {
            "start": 818216858,
            "stop": 818216859
        },
        {
            "start": 818216878,
            "stop": 818216881
        },
        {
            "start": 818216890,
            "stop": 818216893
        },
        {
            "start": 818216909,
            "stop": 818216910
        },
        {
            "start": 818216930,
            "stop": 818216936
        },
        {
            "start": 818216944,
            "stop": 818216947
        },
        {
            "start": 818216968,
            "stop": 818216972
        },
        {
            "start": 818216980,
            "stop": 818216986
        },
        {
            "start": 818216996,
            "stop": 818216998
        },
        {
            "start": 818217001,
            "stop": 818217005
        },
        {
            "start": 818217013,
            "stop": 818217016
        },
        {
            "start": 818217034,
            "stop": 818217037
        },
        {
            "start": 818217041,
            "stop": 818217043
        },
        {
            "start": 818217057,
            "stop": 818217059
        },
        {
            "start": 818217066,
            "stop": 818217073
        }
    ]
}