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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33115",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33116,
    "results": [
        {
            "start": 970560169,
            "stop": 970560173
        },
        {
            "start": 970560174,
            "stop": 970560185
        },
        {
            "start": 970560186,
            "stop": 970560209
        },
        {
            "start": 970560210,
            "stop": 970560221
        },
        {
            "start": 970560223,
            "stop": 970560226
        },
        {
            "start": 970560227,
            "stop": 970560235
        },
        {
            "start": 970560236,
            "stop": 970560244
        },
        {
            "start": 970560245,
            "stop": 970560261
        },
        {
            "start": 970560263,
            "stop": 970560264
        },
        {
            "start": 970560267,
            "stop": 970560271
        },
        {
            "start": 970560272,
            "stop": 970560470
        },
        {
            "start": 970560472,
            "stop": 970560473
        },
        {
            "start": 970560476,
            "stop": 970560490
        },
        {
            "start": 970560491,
            "stop": 970560498
        },
        {
            "start": 970560501,
            "stop": 970560511
        },
        {
            "start": 970560514,
            "stop": 970560555
        },
        {
            "start": 970560556,
            "stop": 970560577
        },
        {
            "start": 970560579,
            "stop": 970560614
        },
        {
            "start": 970560618,
            "stop": 970560641
        },
        {
            "start": 970560643,
            "stop": 970560665
        }
    ]
}