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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=169",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 170,
    "results": [
        {
            "start": 821564938,
            "stop": 821564940
        },
        {
            "start": 821564943,
            "stop": 821564945
        },
        {
            "start": 821565271,
            "stop": 821565299
        },
        {
            "start": 821565302,
            "stop": 821565353
        },
        {
            "start": 821565356,
            "stop": 821565440
        },
        {
            "start": 821565443,
            "stop": 821565523
        },
        {
            "start": 821565526,
            "stop": 821565557
        },
        {
            "start": 821565560,
            "stop": 821565569
        },
        {
            "start": 821565575,
            "stop": 821565630
        },
        {
            "start": 821565633,
            "stop": 821565960
        },
        {
            "start": 821565963,
            "stop": 821566020
        },
        {
            "start": 821566023,
            "stop": 821566302
        },
        {
            "start": 821567006,
            "stop": 821568212
        },
        {
            "start": 821568215,
            "stop": 821568397
        },
        {
            "start": 821568797,
            "stop": 821568957
        },
        {
            "start": 821569277,
            "stop": 821569447
        },
        {
            "start": 821570157,
            "stop": 821571365
        },
        {
            "start": 821571368,
            "stop": 821572427
        },
        {
            "start": 821572430,
            "stop": 821572653
        },
        {
            "start": 821572656,
            "stop": 821572861
        }
    ]
}