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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 211,
    "results": [
        {
            "start": 1240049519,
            "stop": 1240049689
        },
        {
            "start": 1240049691,
            "stop": 1240050016
        },
        {
            "start": 1240050019,
            "stop": 1240050182
        },
        {
            "start": 1240050185,
            "stop": 1240050297
        },
        {
            "start": 1240050298,
            "stop": 1240050351
        },
        {
            "start": 1240050353,
            "stop": 1240050406
        },
        {
            "start": 1240050407,
            "stop": 1240050992
        },
        {
            "start": 1240050993,
            "stop": 1240051028
        },
        {
            "start": 1240051029,
            "stop": 1240051102
        },
        {
            "start": 1240051103,
            "stop": 1240051493
        },
        {
            "start": 1240051494,
            "stop": 1240051745
        },
        {
            "start": 1240051747,
            "stop": 1240051938
        },
        {
            "start": 1240051939,
            "stop": 1240052056
        },
        {
            "start": 1240052058,
            "stop": 1240052158
        },
        {
            "start": 1240052160,
            "stop": 1240052293
        },
        {
            "start": 1240052294,
            "stop": 1240052480
        },
        {
            "start": 1240052481,
            "stop": 1240053278
        },
        {
            "start": 1240053279,
            "stop": 1240053313
        },
        {
            "start": 1240053314,
            "stop": 1240053316
        },
        {
            "start": 1240053317,
            "stop": 1240053341
        }
    ]
}