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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7417",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7415",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7416,
    "results": [
        {
            "start": 969772853,
            "stop": 969772874
        },
        {
            "start": 969772877,
            "stop": 969772883
        },
        {
            "start": 969772886,
            "stop": 969772901
        },
        {
            "start": 969772906,
            "stop": 969772909
        },
        {
            "start": 969772912,
            "stop": 969772936
        },
        {
            "start": 969772939,
            "stop": 969772959
        },
        {
            "start": 969772962,
            "stop": 969772973
        },
        {
            "start": 969772976,
            "stop": 969772981
        },
        {
            "start": 969772984,
            "stop": 969773026
        },
        {
            "start": 969781218,
            "stop": 969781472
        },
        {
            "start": 969781475,
            "stop": 969781578
        },
        {
            "start": 969781581,
            "stop": 969782812
        },
        {
            "start": 969782815,
            "stop": 969783006
        },
        {
            "start": 969783009,
            "stop": 969783137
        },
        {
            "start": 969783140,
            "stop": 969783591
        },
        {
            "start": 969783594,
            "stop": 969783720
        },
        {
            "start": 969783723,
            "stop": 969783900
        },
        {
            "start": 969783903,
            "stop": 969784639
        },
        {
            "start": 969784642,
            "stop": 969785591
        },
        {
            "start": 969785594,
            "stop": 969785629
        }
    ]
}