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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=369",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 370,
    "results": [
        {
            "start": 1260913706,
            "stop": 1260913791
        },
        {
            "start": 1260913794,
            "stop": 1260914497
        },
        {
            "start": 1260919265,
            "stop": 1260919290
        },
        {
            "start": 1260919293,
            "stop": 1260919412
        },
        {
            "start": 1260919415,
            "stop": 1260919548
        },
        {
            "start": 1260919551,
            "stop": 1260919604
        },
        {
            "start": 1260919607,
            "stop": 1260919822
        },
        {
            "start": 1260919825,
            "stop": 1260920564
        },
        {
            "start": 1260920567,
            "stop": 1260920609
        },
        {
            "start": 1260920612,
            "stop": 1260920621
        },
        {
            "start": 1260920624,
            "stop": 1260920629
        },
        {
            "start": 1260920632,
            "stop": 1260920678
        },
        {
            "start": 1260920681,
            "stop": 1260920839
        },
        {
            "start": 1260920842,
            "stop": 1260921314
        },
        {
            "start": 1260921317,
            "stop": 1260921424
        },
        {
            "start": 1260921427,
            "stop": 1260921532
        },
        {
            "start": 1260921535,
            "stop": 1260921567
        },
        {
            "start": 1260921570,
            "stop": 1260921627
        },
        {
            "start": 1260921630,
            "stop": 1260921993
        },
        {
            "start": 1260921996,
            "stop": 1260922170
        }
    ]
}