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=40750
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=40751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40749",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40750,
    "results": [
        {
            "start": 874972656,
            "stop": 874972668
        },
        {
            "start": 874972669,
            "stop": 874972673
        },
        {
            "start": 874972675,
            "stop": 874972679
        },
        {
            "start": 874972800,
            "stop": 874972819
        },
        {
            "start": 874972820,
            "stop": 874972828
        },
        {
            "start": 874972829,
            "stop": 874972839
        },
        {
            "start": 874972841,
            "stop": 874972843
        },
        {
            "start": 874972844,
            "stop": 874972858
        },
        {
            "start": 874972859,
            "stop": 874972861
        },
        {
            "start": 874972862,
            "stop": 874972867
        },
        {
            "start": 874972869,
            "stop": 874972901
        },
        {
            "start": 874972902,
            "stop": 874972913
        },
        {
            "start": 874972915,
            "stop": 874972922
        },
        {
            "start": 874972923,
            "stop": 874972927
        },
        {
            "start": 874972928,
            "stop": 874972932
        },
        {
            "start": 874972933,
            "stop": 874972964
        },
        {
            "start": 874972965,
            "stop": 874972967
        },
        {
            "start": 874972968,
            "stop": 874973052
        },
        {
            "start": 874973054,
            "stop": 874973074
        },
        {
            "start": 874973075,
            "stop": 874973095
        }
    ]
}