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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7494",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7492",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7493,
    "results": [
        {
            "start": 970251616,
            "stop": 970251670
        },
        {
            "start": 970251691,
            "stop": 970251736
        },
        {
            "start": 970251976,
            "stop": 970252036
        },
        {
            "start": 970252216,
            "stop": 970252327
        },
        {
            "start": 970252338,
            "stop": 970252351
        },
        {
            "start": 970252354,
            "stop": 970252395
        },
        {
            "start": 970252516,
            "stop": 970252538
        },
        {
            "start": 970252541,
            "stop": 970252559
        },
        {
            "start": 970252562,
            "stop": 970252602
        },
        {
            "start": 970252605,
            "stop": 970252619
        },
        {
            "start": 970252756,
            "stop": 970252763
        },
        {
            "start": 970252766,
            "stop": 970252769
        },
        {
            "start": 970252783,
            "stop": 970252788
        },
        {
            "start": 970252794,
            "stop": 970252795
        },
        {
            "start": 970252801,
            "stop": 970252802
        },
        {
            "start": 970252814,
            "stop": 970252815
        },
        {
            "start": 970253236,
            "stop": 970253276
        },
        {
            "start": 970253279,
            "stop": 970253294
        },
        {
            "start": 970253418,
            "stop": 970253444
        },
        {
            "start": 970253447,
            "stop": 970253459
        }
    ]
}