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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3508",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3509,
    "results": [
        {
            "start": 871331309,
            "stop": 871331315
        },
        {
            "start": 871331319,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871341300
        },
        {
            "start": 871341360,
            "stop": 871341600
        },
        {
            "start": 871341660,
            "stop": 871341856
        },
        {
            "start": 871341873,
            "stop": 871341900
        },
        {
            "start": 871341934,
            "stop": 871342060
        },
        {
            "start": 871342077,
            "stop": 871342200
        },
        {
            "start": 871342260,
            "stop": 871342342
        },
        {
            "start": 871342359,
            "stop": 871342440
        },
        {
            "start": 871342560,
            "stop": 871342696
        },
        {
            "start": 871342700,
            "stop": 871342716
        },
        {
            "start": 871342719,
            "stop": 871342860
        },
        {
            "start": 871342980,
            "stop": 871343040
        },
        {
            "start": 871343220,
            "stop": 871343370
        },
        {
            "start": 871343387,
            "stop": 871343693
        },
        {
            "start": 871343710,
            "stop": 871343741
        },
        {
            "start": 871343758,
            "stop": 871343760
        },
        {
            "start": 871343820,
            "stop": 871343825
        }
    ]
}