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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=251",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 252,
    "results": [
        {
            "start": 821697513,
            "stop": 821698556
        },
        {
            "start": 821698560,
            "stop": 821701669
        },
        {
            "start": 821701672,
            "stop": 821704968
        },
        {
            "start": 821704971,
            "stop": 821706767
        },
        {
            "start": 821706770,
            "stop": 821716695
        },
        {
            "start": 821716699,
            "stop": 821718104
        },
        {
            "start": 821718107,
            "stop": 821718558
        },
        {
            "start": 821720082,
            "stop": 821720696
        },
        {
            "start": 821722673,
            "stop": 821725703
        },
        {
            "start": 821728718,
            "stop": 821728918
        },
        {
            "start": 821728921,
            "stop": 821731244
        },
        {
            "start": 821731425,
            "stop": 821731724
        },
        {
            "start": 821731905,
            "stop": 821732024
        },
        {
            "start": 821732205,
            "stop": 821732504
        },
        {
            "start": 821732685,
            "stop": 821734925
        },
        {
            "start": 821734928,
            "stop": 821735655
        },
        {
            "start": 821735659,
            "stop": 821736781
        },
        {
            "start": 821736784,
            "stop": 821738057
        },
        {
            "start": 821739681,
            "stop": 821742692
        },
        {
            "start": 821744967,
            "stop": 821746867
        }
    ]
}