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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=233",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 234,
    "results": [
        {
            "start": 931162741,
            "stop": 931162742
        },
        {
            "start": 931162744,
            "stop": 931162745
        },
        {
            "start": 931162747,
            "stop": 931162751
        },
        {
            "start": 931162752,
            "stop": 931162753
        },
        {
            "start": 931162754,
            "stop": 931162756
        },
        {
            "start": 931162758,
            "stop": 931162759
        },
        {
            "start": 931162762,
            "stop": 931162768
        },
        {
            "start": 931162772,
            "stop": 931162773
        },
        {
            "start": 931162774,
            "stop": 931162783
        },
        {
            "start": 931162784,
            "stop": 931162786
        },
        {
            "start": 931162788,
            "stop": 931162789
        },
        {
            "start": 931162790,
            "stop": 931162797
        },
        {
            "start": 931162798,
            "stop": 931162806
        },
        {
            "start": 931162807,
            "stop": 931162808
        },
        {
            "start": 931162809,
            "stop": 931162810
        },
        {
            "start": 931162811,
            "stop": 931162814
        },
        {
            "start": 931162817,
            "stop": 931162821
        },
        {
            "start": 931162822,
            "stop": 931162827
        },
        {
            "start": 931162828,
            "stop": 931162829
        },
        {
            "start": 931162830,
            "stop": 931162833
        }
    ]
}