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=40639
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=40640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40638",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40639,
    "results": [
        {
            "start": 874912774,
            "stop": 874912775
        },
        {
            "start": 874912777,
            "stop": 874912778
        },
        {
            "start": 874912779,
            "stop": 874912793
        },
        {
            "start": 874912794,
            "stop": 874912807
        },
        {
            "start": 874912809,
            "stop": 874912824
        },
        {
            "start": 874912825,
            "stop": 874912850
        },
        {
            "start": 874912851,
            "stop": 874912870
        },
        {
            "start": 874912871,
            "stop": 874912904
        },
        {
            "start": 874912905,
            "stop": 874912919
        },
        {
            "start": 874912920,
            "stop": 874912922
        },
        {
            "start": 874912924,
            "stop": 874912928
        },
        {
            "start": 874912930,
            "stop": 874912936
        },
        {
            "start": 874912937,
            "stop": 874912944
        },
        {
            "start": 874912945,
            "stop": 874912953
        },
        {
            "start": 874912954,
            "stop": 874913029
        },
        {
            "start": 874913031,
            "stop": 874913038
        },
        {
            "start": 874913039,
            "stop": 874913069
        },
        {
            "start": 874913070,
            "stop": 874913081
        },
        {
            "start": 874913082,
            "stop": 874913109
        },
        {
            "start": 874913110,
            "stop": 874913112
        }
    ]
}