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=40641
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=40642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40640",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40641,
    "results": [
        {
            "start": 874913615,
            "stop": 874913616
        },
        {
            "start": 874913617,
            "stop": 874913620
        },
        {
            "start": 874913624,
            "stop": 874913629
        },
        {
            "start": 874913632,
            "stop": 874913654
        },
        {
            "start": 874913655,
            "stop": 874913675
        },
        {
            "start": 874913676,
            "stop": 874913690
        },
        {
            "start": 874913691,
            "stop": 874913720
        },
        {
            "start": 874913721,
            "stop": 874913722
        },
        {
            "start": 874913724,
            "stop": 874913727
        },
        {
            "start": 874913729,
            "stop": 874913733
        },
        {
            "start": 874913734,
            "stop": 874913735
        },
        {
            "start": 874913736,
            "stop": 874913747
        },
        {
            "start": 874913749,
            "stop": 874913761
        },
        {
            "start": 874913763,
            "stop": 874913772
        },
        {
            "start": 874913774,
            "stop": 874913776
        },
        {
            "start": 874913777,
            "stop": 874913778
        },
        {
            "start": 874913779,
            "stop": 874913792
        },
        {
            "start": 874913794,
            "stop": 874913821
        },
        {
            "start": 874913822,
            "stop": 874913827
        },
        {
            "start": 874913828,
            "stop": 874913831
        }
    ]
}