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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9899",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9900,
    "results": [
        {
            "start": 874587746,
            "stop": 874588967
        },
        {
            "start": 874588984,
            "stop": 874590000
        },
        {
            "start": 874590162,
            "stop": 874590240
        },
        {
            "start": 874590300,
            "stop": 874590342
        },
        {
            "start": 874590359,
            "stop": 874590398
        },
        {
            "start": 874590415,
            "stop": 874591181
        },
        {
            "start": 874591198,
            "stop": 874591201
        },
        {
            "start": 874591398,
            "stop": 874592010
        },
        {
            "start": 874592027,
            "stop": 874592223
        },
        {
            "start": 874592240,
            "stop": 874592447
        },
        {
            "start": 874592464,
            "stop": 874592771
        },
        {
            "start": 874592788,
            "stop": 874592832
        },
        {
            "start": 874592849,
            "stop": 874592919
        },
        {
            "start": 874592942,
            "stop": 874593224
        },
        {
            "start": 874593525,
            "stop": 874593536
        },
        {
            "start": 874593539,
            "stop": 874594279
        },
        {
            "start": 874594296,
            "stop": 874594440
        },
        {
            "start": 874594500,
            "stop": 874594517
        },
        {
            "start": 874594740,
            "stop": 874595460
        },
        {
            "start": 874595640,
            "stop": 874596480
        }
    ]
}