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=665
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=666",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=664",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 665,
    "results": [
        {
            "start": 1266297112,
            "stop": 1266297269
        },
        {
            "start": 1266297273,
            "stop": 1266297288
        },
        {
            "start": 1266297293,
            "stop": 1266297376
        },
        {
            "start": 1266297377,
            "stop": 1266297414
        },
        {
            "start": 1266297419,
            "stop": 1266297500
        },
        {
            "start": 1266297504,
            "stop": 1266297814
        },
        {
            "start": 1266297819,
            "stop": 1266299181
        },
        {
            "start": 1266299186,
            "stop": 1266299265
        },
        {
            "start": 1266299270,
            "stop": 1266299272
        },
        {
            "start": 1266299277,
            "stop": 1266299376
        },
        {
            "start": 1266299381,
            "stop": 1266299403
        },
        {
            "start": 1266299408,
            "stop": 1266299507
        },
        {
            "start": 1266299512,
            "stop": 1266299522
        },
        {
            "start": 1266299527,
            "stop": 1266299586
        },
        {
            "start": 1266299591,
            "stop": 1266299719
        },
        {
            "start": 1266299724,
            "stop": 1266299745
        },
        {
            "start": 1266299746,
            "stop": 1266299814
        },
        {
            "start": 1266299819,
            "stop": 1266299891
        },
        {
            "start": 1266299896,
            "stop": 1266300349
        },
        {
            "start": 1266300359,
            "stop": 1266300544
        }
    ]
}