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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=229",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 230,
    "results": [
        {
            "start": 820914755,
            "stop": 820915293
        },
        {
            "start": 820915296,
            "stop": 820915848
        },
        {
            "start": 820915851,
            "stop": 820915918
        },
        {
            "start": 820915921,
            "stop": 820916616
        },
        {
            "start": 820916619,
            "stop": 820916748
        },
        {
            "start": 820916752,
            "stop": 820916823
        },
        {
            "start": 820916827,
            "stop": 820916900
        },
        {
            "start": 820916903,
            "stop": 820916999
        },
        {
            "start": 820917003,
            "stop": 820917522
        },
        {
            "start": 820917525,
            "stop": 820917726
        },
        {
            "start": 820917729,
            "stop": 820917788
        },
        {
            "start": 820917791,
            "stop": 820918086
        },
        {
            "start": 820918089,
            "stop": 820918094
        },
        {
            "start": 820918097,
            "stop": 820918704
        },
        {
            "start": 820918708,
            "stop": 820918971
        },
        {
            "start": 820918974,
            "stop": 820919288
        },
        {
            "start": 820919291,
            "stop": 820919336
        },
        {
            "start": 820919340,
            "stop": 820919344
        },
        {
            "start": 820919348,
            "stop": 820919433
        },
        {
            "start": 820919436,
            "stop": 820919625
        }
    ]
}