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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=728",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 729,
    "results": [
        {
            "start": 1249010117,
            "stop": 1249010121
        },
        {
            "start": 1249010122,
            "stop": 1249010280
        },
        {
            "start": 1249010281,
            "stop": 1249010285
        },
        {
            "start": 1249010293,
            "stop": 1249010313
        },
        {
            "start": 1249010316,
            "stop": 1249010421
        },
        {
            "start": 1249010423,
            "stop": 1249010524
        },
        {
            "start": 1249010530,
            "stop": 1249010531
        },
        {
            "start": 1249010534,
            "stop": 1249010536
        },
        {
            "start": 1249010539,
            "stop": 1249010543
        },
        {
            "start": 1249010546,
            "stop": 1249010555
        },
        {
            "start": 1249010558,
            "stop": 1249010560
        },
        {
            "start": 1249010562,
            "stop": 1249010595
        },
        {
            "start": 1249010598,
            "stop": 1249010618
        },
        {
            "start": 1249010628,
            "stop": 1249010633
        },
        {
            "start": 1249010636,
            "stop": 1249010639
        },
        {
            "start": 1249010640,
            "stop": 1249010645
        },
        {
            "start": 1249010648,
            "stop": 1249010658
        },
        {
            "start": 1249010659,
            "stop": 1249010664
        },
        {
            "start": 1249010668,
            "stop": 1249010672
        },
        {
            "start": 1249010674,
            "stop": 1249010678
        }
    ]
}