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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40793",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40794,
    "results": [
        {
            "start": 875006105,
            "stop": 875006109
        },
        {
            "start": 875006110,
            "stop": 875006124
        },
        {
            "start": 875006125,
            "stop": 875006142
        },
        {
            "start": 875006143,
            "stop": 875006153
        },
        {
            "start": 875006155,
            "stop": 875006278
        },
        {
            "start": 875006279,
            "stop": 875006308
        },
        {
            "start": 875006310,
            "stop": 875006329
        },
        {
            "start": 875006330,
            "stop": 875006338
        },
        {
            "start": 875006339,
            "stop": 875006342
        },
        {
            "start": 875006343,
            "stop": 875006347
        },
        {
            "start": 875006348,
            "stop": 875006357
        },
        {
            "start": 875006358,
            "stop": 875006373
        },
        {
            "start": 875006375,
            "stop": 875006405
        },
        {
            "start": 875006406,
            "stop": 875006438
        },
        {
            "start": 875006440,
            "stop": 875006487
        },
        {
            "start": 875006489,
            "stop": 875006522
        },
        {
            "start": 875006523,
            "stop": 875006532
        },
        {
            "start": 875006533,
            "stop": 875006536
        },
        {
            "start": 875006537,
            "stop": 875006702
        },
        {
            "start": 875006704,
            "stop": 875006738
        }
    ]
}