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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=761",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 762,
    "results": [
        {
            "start": 860372545,
            "stop": 860401168
        },
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440199
        },
        {
            "start": 860441335,
            "stop": 860441866
        },
        {
            "start": 860441869,
            "stop": 860454006
        },
        {
            "start": 860455303,
            "stop": 860478575
        },
        {
            "start": 860481618,
            "stop": 860489476
        },
        {
            "start": 860491037,
            "stop": 860497457
        },
        {
            "start": 860498490,
            "stop": 860506922
        },
        {
            "start": 860506924,
            "stop": 860506944
        },
        {
            "start": 860507677,
            "stop": 860509668
        },
        {
            "start": 860509669,
            "stop": 860509674
        },
        {
            "start": 860511500,
            "stop": 860527309
        },
        {
            "start": 860528629,
            "stop": 860543094
        },
        {
            "start": 860544526,
            "stop": 860550856
        },
        {
            "start": 860551421,
            "stop": 860552190
        },
        {
            "start": 860552629,
            "stop": 860559698
        },
        {
            "start": 860560415,
            "stop": 860563470
        },
        {
            "start": 860563530,
            "stop": 860576111
        },
        {
            "start": 860576836,
            "stop": 860585130
        }
    ]
}