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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=449",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 450,
    "results": [
        {
            "start": 818752062,
            "stop": 818752073
        },
        {
            "start": 818752076,
            "stop": 818752094
        },
        {
            "start": 818752107,
            "stop": 818752139
        },
        {
            "start": 818752142,
            "stop": 818752157
        },
        {
            "start": 818752160,
            "stop": 818752225
        },
        {
            "start": 818752229,
            "stop": 818752294
        },
        {
            "start": 818752297,
            "stop": 818752347
        },
        {
            "start": 818752350,
            "stop": 818752666
        },
        {
            "start": 818752669,
            "stop": 818754868
        },
        {
            "start": 818754871,
            "stop": 818755061
        },
        {
            "start": 818755064,
            "stop": 818755249
        },
        {
            "start": 818755252,
            "stop": 818755330
        },
        {
            "start": 818755333,
            "stop": 818755353
        },
        {
            "start": 818755357,
            "stop": 818755371
        },
        {
            "start": 818755374,
            "stop": 818755378
        },
        {
            "start": 818755382,
            "stop": 818755384
        },
        {
            "start": 818755403,
            "stop": 818755449
        },
        {
            "start": 818755452,
            "stop": 818755458
        },
        {
            "start": 818755461,
            "stop": 818755465
        },
        {
            "start": 818755470,
            "stop": 818755510
        }
    ]
}