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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=336",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 337,
    "results": [
        {
            "start": 931781657,
            "stop": 931781667
        },
        {
            "start": 931781669,
            "stop": 931781681
        },
        {
            "start": 931781683,
            "stop": 931781709
        },
        {
            "start": 931781711,
            "stop": 931781746
        },
        {
            "start": 931781748,
            "stop": 931781752
        },
        {
            "start": 931781754,
            "stop": 931781760
        },
        {
            "start": 931781762,
            "stop": 931781790
        },
        {
            "start": 931781792,
            "stop": 931781793
        },
        {
            "start": 931781795,
            "stop": 931781796
        },
        {
            "start": 931781806,
            "stop": 931781807
        },
        {
            "start": 931781820,
            "stop": 931781822
        },
        {
            "start": 931781824,
            "stop": 931781825
        },
        {
            "start": 931781832,
            "stop": 931781833
        },
        {
            "start": 931781837,
            "stop": 931781838
        },
        {
            "start": 931781843,
            "stop": 931781844
        },
        {
            "start": 931781846,
            "stop": 931781849
        },
        {
            "start": 931781850,
            "stop": 931781852
        },
        {
            "start": 931781854,
            "stop": 931781857
        },
        {
            "start": 931781858,
            "stop": 931781859
        },
        {
            "start": 931781861,
            "stop": 931781862
        }
    ]
}