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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8069",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8070,
    "results": [
        {
            "start": 872342387,
            "stop": 872342670
        },
        {
            "start": 872344410,
            "stop": 872344468
        },
        {
            "start": 872344563,
            "stop": 872344575
        },
        {
            "start": 872344609,
            "stop": 872344618
        },
        {
            "start": 872344636,
            "stop": 872344644
        },
        {
            "start": 872345610,
            "stop": 872345724
        },
        {
            "start": 872345741,
            "stop": 872345780
        },
        {
            "start": 872345797,
            "stop": 872346042
        },
        {
            "start": 872346059,
            "stop": 872346186
        },
        {
            "start": 872346212,
            "stop": 872346296
        },
        {
            "start": 872373270,
            "stop": 872373310
        },
        {
            "start": 872373335,
            "stop": 872373388
        },
        {
            "start": 872373426,
            "stop": 872373431
        },
        {
            "start": 872373452,
            "stop": 872373453
        },
        {
            "start": 872373470,
            "stop": 872373511
        },
        {
            "start": 872373530,
            "stop": 872373539
        },
        {
            "start": 872373564,
            "stop": 872373703
        },
        {
            "start": 872373725,
            "stop": 872373819
        },
        {
            "start": 872373836,
            "stop": 872373940
        },
        {
            "start": 872373958,
            "stop": 872374200
        }
    ]
}