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=526
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=527",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=525",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 526,
    "results": [
        {
            "start": 1264756477,
            "stop": 1264756489
        },
        {
            "start": 1264756490,
            "stop": 1264756492
        },
        {
            "start": 1264756497,
            "stop": 1264756500
        },
        {
            "start": 1264756504,
            "stop": 1264756507
        },
        {
            "start": 1264756508,
            "stop": 1264756509
        },
        {
            "start": 1264756510,
            "stop": 1264756530
        },
        {
            "start": 1264756531,
            "stop": 1264756542
        },
        {
            "start": 1264756543,
            "stop": 1264756551
        },
        {
            "start": 1264756553,
            "stop": 1264756554
        },
        {
            "start": 1264756555,
            "stop": 1264756557
        },
        {
            "start": 1264756566,
            "stop": 1264756568
        },
        {
            "start": 1264756572,
            "stop": 1264756585
        },
        {
            "start": 1264756591,
            "stop": 1264756592
        },
        {
            "start": 1264756593,
            "stop": 1264756606
        },
        {
            "start": 1264756607,
            "stop": 1264756609
        },
        {
            "start": 1264756611,
            "stop": 1264756613
        },
        {
            "start": 1264756614,
            "stop": 1264756615
        },
        {
            "start": 1264756616,
            "stop": 1264756621
        },
        {
            "start": 1264756623,
            "stop": 1264756624
        },
        {
            "start": 1264756625,
            "stop": 1264756626
        }
    ]
}