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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9855",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9856,
    "results": [
        {
            "start": 874182099,
            "stop": 874182234
        },
        {
            "start": 874182355,
            "stop": 874182369
        },
        {
            "start": 874182370,
            "stop": 874183080
        },
        {
            "start": 874183140,
            "stop": 874183170
        },
        {
            "start": 874183260,
            "stop": 874183400
        },
        {
            "start": 874183417,
            "stop": 874184789
        },
        {
            "start": 874184909,
            "stop": 874185179
        },
        {
            "start": 874185196,
            "stop": 874186740
        },
        {
            "start": 874186860,
            "stop": 874187040
        },
        {
            "start": 874187160,
            "stop": 874187371
        },
        {
            "start": 874187388,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189115
        },
        {
            "start": 874189505,
            "stop": 874190340
        },
        {
            "start": 874190460,
            "stop": 874190619
        },
        {
            "start": 874190636,
            "stop": 874190646
        },
        {
            "start": 874190663,
            "stop": 874190946
        },
        {
            "start": 874191095,
            "stop": 874191240
        },
        {
            "start": 874191300,
            "stop": 874191420
        },
        {
            "start": 874191600,
            "stop": 874191840
        },
        {
            "start": 874191900,
            "stop": 874192080
        }
    ]
}