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=40649
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=40650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40648",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40649,
    "results": [
        {
            "start": 874916152,
            "stop": 874916158
        },
        {
            "start": 874916159,
            "stop": 874916162
        },
        {
            "start": 874916163,
            "stop": 874916177
        },
        {
            "start": 874916179,
            "stop": 874916183
        },
        {
            "start": 874916186,
            "stop": 874916188
        },
        {
            "start": 874916189,
            "stop": 874916191
        },
        {
            "start": 874916193,
            "stop": 874916221
        },
        {
            "start": 874916222,
            "stop": 874916227
        },
        {
            "start": 874916229,
            "stop": 874916233
        },
        {
            "start": 874916235,
            "stop": 874916268
        },
        {
            "start": 874916272,
            "stop": 874916297
        },
        {
            "start": 874916298,
            "stop": 874916305
        },
        {
            "start": 874916306,
            "stop": 874916312
        },
        {
            "start": 874916313,
            "stop": 874916318
        },
        {
            "start": 874916319,
            "stop": 874916328
        },
        {
            "start": 874916329,
            "stop": 874916334
        },
        {
            "start": 874916335,
            "stop": 874916339
        },
        {
            "start": 874916340,
            "stop": 874916344
        },
        {
            "start": 874916345,
            "stop": 874916352
        },
        {
            "start": 874916353,
            "stop": 874916358
        }
    ]
}