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=40903
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=40904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40902",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40903,
    "results": [
        {
            "start": 875089897,
            "stop": 875089917
        },
        {
            "start": 875089918,
            "stop": 875089990
        },
        {
            "start": 875089991,
            "stop": 875090043
        },
        {
            "start": 875090044,
            "stop": 875090063
        },
        {
            "start": 875090064,
            "stop": 875090118
        },
        {
            "start": 875090119,
            "stop": 875090149
        },
        {
            "start": 875090150,
            "stop": 875090261
        },
        {
            "start": 875090262,
            "stop": 875090279
        },
        {
            "start": 875090280,
            "stop": 875090385
        },
        {
            "start": 875090386,
            "stop": 875090428
        },
        {
            "start": 875090429,
            "stop": 875090460
        },
        {
            "start": 875090461,
            "stop": 875090518
        },
        {
            "start": 875090519,
            "stop": 875090577
        },
        {
            "start": 875090578,
            "stop": 875090726
        },
        {
            "start": 875090727,
            "stop": 875090760
        },
        {
            "start": 875090761,
            "stop": 875090791
        },
        {
            "start": 875090793,
            "stop": 875090846
        },
        {
            "start": 875090847,
            "stop": 875090857
        },
        {
            "start": 875090859,
            "stop": 875090918
        },
        {
            "start": 875090919,
            "stop": 875090939
        }
    ]
}