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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=202",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 203,
    "results": [
        {
            "start": 820891561,
            "stop": 820891832
        },
        {
            "start": 820891835,
            "stop": 820892037
        },
        {
            "start": 820892040,
            "stop": 820892144
        },
        {
            "start": 820892147,
            "stop": 820892398
        },
        {
            "start": 820892401,
            "stop": 820892682
        },
        {
            "start": 820892685,
            "stop": 820892750
        },
        {
            "start": 820892753,
            "stop": 820893154
        },
        {
            "start": 820893158,
            "stop": 820893168
        },
        {
            "start": 820893171,
            "stop": 820893187
        },
        {
            "start": 820893191,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893493
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820893936,
            "stop": 820894017
        },
        {
            "start": 820894020,
            "stop": 820894035
        },
        {
            "start": 820895941,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        }
    ]
}