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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=249",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 250,
    "results": [
        {
            "start": 1240239008,
            "stop": 1240239273
        },
        {
            "start": 1240239274,
            "stop": 1240239359
        },
        {
            "start": 1240239362,
            "stop": 1240239730
        },
        {
            "start": 1240239732,
            "stop": 1240240155
        },
        {
            "start": 1240240158,
            "stop": 1240241128
        },
        {
            "start": 1240241131,
            "stop": 1240241499
        },
        {
            "start": 1240241507,
            "stop": 1240241977
        },
        {
            "start": 1240241978,
            "stop": 1240242626
        },
        {
            "start": 1240242627,
            "stop": 1240243743
        },
        {
            "start": 1240243746,
            "stop": 1240243780
        },
        {
            "start": 1240243782,
            "stop": 1240243969
        },
        {
            "start": 1240243970,
            "stop": 1240244620
        },
        {
            "start": 1240244621,
            "stop": 1240245261
        },
        {
            "start": 1240245262,
            "stop": 1240245417
        },
        {
            "start": 1240245419,
            "stop": 1240245499
        },
        {
            "start": 1240245502,
            "stop": 1240245612
        },
        {
            "start": 1240245614,
            "stop": 1240245660
        },
        {
            "start": 1240245663,
            "stop": 1240245951
        },
        {
            "start": 1240245952,
            "stop": 1240245996
        },
        {
            "start": 1240245997,
            "stop": 1240246265
        }
    ]
}