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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5002",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5003,
    "results": [
        {
            "start": 874485575,
            "stop": 874485589
        },
        {
            "start": 874485609,
            "stop": 874485750
        },
        {
            "start": 874485769,
            "stop": 874486043
        },
        {
            "start": 874486062,
            "stop": 874486096
        },
        {
            "start": 874486115,
            "stop": 874486785
        },
        {
            "start": 874486805,
            "stop": 874486820
        },
        {
            "start": 874486839,
            "stop": 874486962
        },
        {
            "start": 874486981,
            "stop": 874487188
        },
        {
            "start": 874487207,
            "stop": 874487282
        },
        {
            "start": 874487302,
            "stop": 874487475
        },
        {
            "start": 874487494,
            "stop": 874488031
        },
        {
            "start": 874488050,
            "stop": 874488153
        },
        {
            "start": 874488172,
            "stop": 874488176
        },
        {
            "start": 874488195,
            "stop": 874488869
        },
        {
            "start": 874488888,
            "stop": 874489048
        },
        {
            "start": 874489067,
            "stop": 874489116
        },
        {
            "start": 874489154,
            "stop": 874489161
        },
        {
            "start": 874489180,
            "stop": 874490264
        },
        {
            "start": 874490284,
            "stop": 874490801
        },
        {
            "start": 874490820,
            "stop": 874491241
        }
    ]
}