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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=536",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 537,
    "results": [
        {
            "start": 870623275,
            "stop": 870623322
        },
        {
            "start": 870623343,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624393
        },
        {
            "start": 870624396,
            "stop": 870624398
        },
        {
            "start": 870624401,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870626940
        },
        {
            "start": 870627000,
            "stop": 870627120
        },
        {
            "start": 870627240,
            "stop": 870628730
        },
        {
            "start": 870637270,
            "stop": 870638127
        },
        {
            "start": 870638133,
            "stop": 870641202
        },
        {
            "start": 870641208,
            "stop": 870642466
        },
        {
            "start": 870642469,
            "stop": 870645426
        },
        {
            "start": 870645844,
            "stop": 870646630
        },
        {
            "start": 870646930,
            "stop": 870648690
        },
        {
            "start": 870648695,
            "stop": 870648705
        },
        {
            "start": 870648710,
            "stop": 870648732
        },
        {
            "start": 870648740,
            "stop": 870652317
        },
        {
            "start": 870652380,
            "stop": 870657000
        },
        {
            "start": 870657060,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870701177
        }
    ]
}