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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=225",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 226,
    "results": [
        {
            "start": 1240110530,
            "stop": 1240110559
        },
        {
            "start": 1240110560,
            "stop": 1240110623
        },
        {
            "start": 1240110626,
            "stop": 1240110634
        },
        {
            "start": 1240110636,
            "stop": 1240110638
        },
        {
            "start": 1240110641,
            "stop": 1240110771
        },
        {
            "start": 1240110772,
            "stop": 1240110814
        },
        {
            "start": 1240110815,
            "stop": 1240110827
        },
        {
            "start": 1240110832,
            "stop": 1240110841
        },
        {
            "start": 1240110843,
            "stop": 1240110924
        },
        {
            "start": 1240110925,
            "stop": 1240111143
        },
        {
            "start": 1240111145,
            "stop": 1240111249
        },
        {
            "start": 1240111250,
            "stop": 1240111574
        },
        {
            "start": 1240124192,
            "stop": 1240124217
        },
        {
            "start": 1240124218,
            "stop": 1240124551
        },
        {
            "start": 1240124552,
            "stop": 1240124581
        },
        {
            "start": 1240124583,
            "stop": 1240124595
        },
        {
            "start": 1240124597,
            "stop": 1240124600
        },
        {
            "start": 1240124601,
            "stop": 1240124637
        },
        {
            "start": 1240124640,
            "stop": 1240125127
        },
        {
            "start": 1240125129,
            "stop": 1240125218
        }
    ]
}