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=7327
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=7328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7326",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7327,
    "results": [
        {
            "start": 969252521,
            "stop": 969252595
        },
        {
            "start": 969252616,
            "stop": 969252647
        },
        {
            "start": 969252668,
            "stop": 969253236
        },
        {
            "start": 969253239,
            "stop": 969254271
        },
        {
            "start": 969254282,
            "stop": 969254529
        },
        {
            "start": 969254532,
            "stop": 969254595
        },
        {
            "start": 969254598,
            "stop": 969255351
        },
        {
            "start": 969258313,
            "stop": 969258687
        },
        {
            "start": 969258690,
            "stop": 969259696
        },
        {
            "start": 969259699,
            "stop": 969260104
        },
        {
            "start": 969260107,
            "stop": 969260223
        },
        {
            "start": 969260226,
            "stop": 969260250
        },
        {
            "start": 969260253,
            "stop": 969260262
        },
        {
            "start": 969260265,
            "stop": 969260612
        },
        {
            "start": 969260613,
            "stop": 969260652
        },
        {
            "start": 969260667,
            "stop": 969260688
        },
        {
            "start": 969260730,
            "stop": 969260779
        },
        {
            "start": 969260802,
            "stop": 969261377
        },
        {
            "start": 969261380,
            "stop": 969261625
        },
        {
            "start": 969261628,
            "stop": 969261697
        }
    ]
}