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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=628",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=626",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 627,
    "results": [
        {
            "start": 1265556464,
            "stop": 1265556692
        },
        {
            "start": 1265556694,
            "stop": 1265556852
        },
        {
            "start": 1265556857,
            "stop": 1265560961
        },
        {
            "start": 1265560966,
            "stop": 1265560986
        },
        {
            "start": 1265560990,
            "stop": 1265562706
        },
        {
            "start": 1265562708,
            "stop": 1265563390
        },
        {
            "start": 1265565920,
            "stop": 1265566277
        },
        {
            "start": 1265566280,
            "stop": 1265572340
        },
        {
            "start": 1265572343,
            "stop": 1265572779
        },
        {
            "start": 1265575568,
            "stop": 1265575649
        },
        {
            "start": 1265575691,
            "stop": 1265577964
        },
        {
            "start": 1265577967,
            "stop": 1265580069
        },
        {
            "start": 1265580073,
            "stop": 1265580096
        },
        {
            "start": 1265580097,
            "stop": 1265580664
        },
        {
            "start": 1265580666,
            "stop": 1265584981
        },
        {
            "start": 1265584983,
            "stop": 1265587066
        },
        {
            "start": 1265587068,
            "stop": 1265589670
        },
        {
            "start": 1265589674,
            "stop": 1265589726
        },
        {
            "start": 1265589729,
            "stop": 1265590498
        },
        {
            "start": 1265590503,
            "stop": 1265599875
        }
    ]
}