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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=203",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 204,
    "results": [
        {
            "start": 1261896097,
            "stop": 1261896143
        },
        {
            "start": 1261896146,
            "stop": 1261896669
        },
        {
            "start": 1261896672,
            "stop": 1261897856
        },
        {
            "start": 1261897858,
            "stop": 1261898453
        },
        {
            "start": 1261898455,
            "stop": 1261898471
        },
        {
            "start": 1261898474,
            "stop": 1261898597
        },
        {
            "start": 1261898599,
            "stop": 1261898616
        },
        {
            "start": 1261898619,
            "stop": 1261898919
        },
        {
            "start": 1261898921,
            "stop": 1261898972
        },
        {
            "start": 1261898975,
            "stop": 1261898982
        },
        {
            "start": 1261898985,
            "stop": 1261899183
        },
        {
            "start": 1261899186,
            "stop": 1261899332
        },
        {
            "start": 1261899334,
            "stop": 1261899426
        },
        {
            "start": 1261899430,
            "stop": 1261899622
        },
        {
            "start": 1261899626,
            "stop": 1261899907
        },
        {
            "start": 1261899910,
            "stop": 1261900064
        },
        {
            "start": 1261900067,
            "stop": 1261900651
        },
        {
            "start": 1261900654,
            "stop": 1261900957
        },
        {
            "start": 1261900960,
            "stop": 1261901915
        },
        {
            "start": 1261901918,
            "stop": 1261902806
        }
    ]
}