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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 132,
    "results": [
        {
            "start": 820193818,
            "stop": 820193821
        },
        {
            "start": 820193824,
            "stop": 820193843
        },
        {
            "start": 820193847,
            "stop": 820193848
        },
        {
            "start": 820193852,
            "stop": 820193915
        },
        {
            "start": 820193918,
            "stop": 820193950
        },
        {
            "start": 820193953,
            "stop": 820193996
        },
        {
            "start": 820193999,
            "stop": 820194007
        },
        {
            "start": 820194011,
            "stop": 820194114
        },
        {
            "start": 820194117,
            "stop": 820194145
        },
        {
            "start": 820196007,
            "stop": 820196047
        },
        {
            "start": 820196050,
            "stop": 820196161
        },
        {
            "start": 820196164,
            "stop": 820196173
        },
        {
            "start": 820196177,
            "stop": 820196179
        },
        {
            "start": 820196183,
            "stop": 820196221
        },
        {
            "start": 820196224,
            "stop": 820196240
        },
        {
            "start": 820196243,
            "stop": 820196299
        },
        {
            "start": 820196839,
            "stop": 820196920
        },
        {
            "start": 820196924,
            "stop": 820196927
        },
        {
            "start": 820196930,
            "stop": 820196969
        },
        {
            "start": 820196972,
            "stop": 820196973
        }
    ]
}