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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=899",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=897",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 898,
    "results": [
        {
            "start": 1251305773,
            "stop": 1251305778
        },
        {
            "start": 1251305781,
            "stop": 1251305867
        },
        {
            "start": 1251305871,
            "stop": 1251305896
        },
        {
            "start": 1251305900,
            "stop": 1251306116
        },
        {
            "start": 1251306120,
            "stop": 1251307069
        },
        {
            "start": 1251307073,
            "stop": 1251307732
        },
        {
            "start": 1251307737,
            "stop": 1251308656
        },
        {
            "start": 1251308661,
            "stop": 1251308726
        },
        {
            "start": 1251308728,
            "stop": 1251308785
        },
        {
            "start": 1251308788,
            "stop": 1251308806
        },
        {
            "start": 1251308809,
            "stop": 1251308885
        },
        {
            "start": 1251308889,
            "stop": 1251309055
        },
        {
            "start": 1251309059,
            "stop": 1251309079
        },
        {
            "start": 1251309084,
            "stop": 1251309263
        },
        {
            "start": 1251309267,
            "stop": 1251309333
        },
        {
            "start": 1251309337,
            "stop": 1251309404
        },
        {
            "start": 1251309408,
            "stop": 1251309422
        },
        {
            "start": 1251309426,
            "stop": 1251309532
        },
        {
            "start": 1251309536,
            "stop": 1251309564
        },
        {
            "start": 1251309568,
            "stop": 1251309817
        }
    ]
}