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=7375
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=7376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7374",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7375,
    "results": [
        {
            "start": 969513827,
            "stop": 969514388
        },
        {
            "start": 969514391,
            "stop": 969514684
        },
        {
            "start": 969514687,
            "stop": 969516390
        },
        {
            "start": 969516393,
            "stop": 969516767
        },
        {
            "start": 969516887,
            "stop": 969517007
        },
        {
            "start": 969517067,
            "stop": 969517096
        },
        {
            "start": 969517099,
            "stop": 969517427
        },
        {
            "start": 969517487,
            "stop": 969517547
        },
        {
            "start": 969517607,
            "stop": 969517817
        },
        {
            "start": 969526275,
            "stop": 969527129
        },
        {
            "start": 969527132,
            "stop": 969527216
        },
        {
            "start": 969527219,
            "stop": 969527438
        },
        {
            "start": 969527441,
            "stop": 969527629
        },
        {
            "start": 969527631,
            "stop": 969527941
        },
        {
            "start": 969527944,
            "stop": 969528117
        },
        {
            "start": 969528120,
            "stop": 969529157
        },
        {
            "start": 969529160,
            "stop": 969530494
        },
        {
            "start": 969530498,
            "stop": 969530710
        },
        {
            "start": 969530713,
            "stop": 969530909
        },
        {
            "start": 969530912,
            "stop": 969533758
        }
    ]
}