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=3624
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=3625",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3623",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3624,
    "results": [
        {
            "start": 970489668,
            "stop": 970489677
        },
        {
            "start": 970489681,
            "stop": 970489687
        },
        {
            "start": 970489690,
            "stop": 970489693
        },
        {
            "start": 970489710,
            "stop": 970489712
        },
        {
            "start": 970489717,
            "stop": 970489722
        },
        {
            "start": 970489725,
            "stop": 970489727
        },
        {
            "start": 970489915,
            "stop": 970489923
        },
        {
            "start": 970489926,
            "stop": 970489927
        },
        {
            "start": 970489931,
            "stop": 970489937
        },
        {
            "start": 970489940,
            "stop": 970489943
        },
        {
            "start": 970489946,
            "stop": 970489948
        },
        {
            "start": 970489952,
            "stop": 970489967
        },
        {
            "start": 970489971,
            "stop": 970489973
        },
        {
            "start": 970489976,
            "stop": 970489977
        },
        {
            "start": 970489980,
            "stop": 970489982
        },
        {
            "start": 970489985,
            "stop": 970489992
        },
        {
            "start": 970489997,
            "stop": 970490002
        },
        {
            "start": 970490005,
            "stop": 970490007
        },
        {
            "start": 970490010,
            "stop": 970490013
        },
        {
            "start": 970490025,
            "stop": 970490034
        }
    ]
}