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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3569",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3570,
    "results": [
        {
            "start": 871736445,
            "stop": 871736592
        },
        {
            "start": 871736609,
            "stop": 871736700
        },
        {
            "start": 871736760,
            "stop": 871736920
        },
        {
            "start": 871736937,
            "stop": 871737108
        },
        {
            "start": 871737125,
            "stop": 871737325
        },
        {
            "start": 871737342,
            "stop": 871737344
        },
        {
            "start": 871737361,
            "stop": 871737632
        },
        {
            "start": 871737649,
            "stop": 871740300
        },
        {
            "start": 871740360,
            "stop": 871740388
        },
        {
            "start": 871740405,
            "stop": 871740534
        },
        {
            "start": 871740551,
            "stop": 871740791
        },
        {
            "start": 871740808,
            "stop": 871741265
        },
        {
            "start": 871741282,
            "stop": 871741383
        },
        {
            "start": 871741400,
            "stop": 871741445
        },
        {
            "start": 871741463,
            "stop": 871741523
        },
        {
            "start": 871741546,
            "stop": 871742160
        },
        {
            "start": 871742220,
            "stop": 871742379
        },
        {
            "start": 871742396,
            "stop": 871742579
        },
        {
            "start": 871742596,
            "stop": 871743400
        },
        {
            "start": 871743417,
            "stop": 871743503
        }
    ]
}