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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 17,
    "results": [
        {
            "start": 1369469771,
            "stop": 1369469793
        },
        {
            "start": 1369469797,
            "stop": 1369469801
        },
        {
            "start": 1369469806,
            "stop": 1369469821
        },
        {
            "start": 1369469826,
            "stop": 1369469854
        },
        {
            "start": 1369469858,
            "stop": 1369469870
        },
        {
            "start": 1369469880,
            "stop": 1369469886
        },
        {
            "start": 1369469891,
            "stop": 1369469910
        },
        {
            "start": 1369469915,
            "stop": 1369469923
        },
        {
            "start": 1369469928,
            "stop": 1369469986
        },
        {
            "start": 1369469991,
            "stop": 1369470005
        },
        {
            "start": 1369470009,
            "stop": 1369470011
        },
        {
            "start": 1369470016,
            "stop": 1369470087
        },
        {
            "start": 1369470092,
            "stop": 1369470095
        },
        {
            "start": 1369470100,
            "stop": 1369470131
        },
        {
            "start": 1369470135,
            "stop": 1369470143
        },
        {
            "start": 1369470148,
            "stop": 1369470161
        },
        {
            "start": 1369470166,
            "stop": 1369470191
        },
        {
            "start": 1369470196,
            "stop": 1369470291
        },
        {
            "start": 1369470296,
            "stop": 1369470304
        },
        {
            "start": 1369470309,
            "stop": 1369470329
        }
    ]
}