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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=384",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 385,
    "results": [
        {
            "start": 850057068,
            "stop": 850057071
        },
        {
            "start": 850057331,
            "stop": 850063813
        },
        {
            "start": 850063814,
            "stop": 850080073
        },
        {
            "start": 850080297,
            "stop": 850080378
        },
        {
            "start": 850080704,
            "stop": 850085415
        },
        {
            "start": 850085478,
            "stop": 850087996
        },
        {
            "start": 850089005,
            "stop": 850100029
        },
        {
            "start": 850100031,
            "stop": 850105335
        },
        {
            "start": 850105336,
            "stop": 850114043
        },
        {
            "start": 850114045,
            "stop": 850115161
        },
        {
            "start": 850116961,
            "stop": 850132870
        },
        {
            "start": 850132991,
            "stop": 850134350
        },
        {
            "start": 850136967,
            "stop": 850138575
        },
        {
            "start": 850138577,
            "stop": 850142121
        },
        {
            "start": 850143854,
            "stop": 850144845
        },
        {
            "start": 850145645,
            "stop": 850148113
        },
        {
            "start": 850148222,
            "stop": 850148470
        },
        {
            "start": 850148730,
            "stop": 850150100
        },
        {
            "start": 850151023,
            "stop": 850156082
        },
        {
            "start": 850156084,
            "stop": 850160966
        }
    ]
}