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=40548
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=40549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40547",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40548,
    "results": [
        {
            "start": 874827443,
            "stop": 874827453
        },
        {
            "start": 874827454,
            "stop": 874827511
        },
        {
            "start": 874827512,
            "stop": 874827532
        },
        {
            "start": 874827533,
            "stop": 874827620
        },
        {
            "start": 874827621,
            "stop": 874827682
        },
        {
            "start": 874827683,
            "stop": 874827697
        },
        {
            "start": 874827699,
            "stop": 874827706
        },
        {
            "start": 874827708,
            "stop": 874827714
        },
        {
            "start": 874827718,
            "stop": 874827742
        },
        {
            "start": 874827745,
            "stop": 874827747
        },
        {
            "start": 874827748,
            "stop": 874827799
        },
        {
            "start": 874827800,
            "stop": 874827947
        },
        {
            "start": 874827948,
            "stop": 874827951
        },
        {
            "start": 874827952,
            "stop": 874827957
        },
        {
            "start": 874827959,
            "stop": 874827961
        },
        {
            "start": 874827962,
            "stop": 874827965
        },
        {
            "start": 874827966,
            "stop": 874827980
        },
        {
            "start": 874827981,
            "stop": 874828112
        },
        {
            "start": 874828113,
            "stop": 874828179
        },
        {
            "start": 874828180,
            "stop": 874828212
        }
    ]
}