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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=96",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 97,
    "results": [
        {
            "start": 932139673,
            "stop": 932139731
        },
        {
            "start": 932139791,
            "stop": 932140688
        },
        {
            "start": 932140690,
            "stop": 932144811
        },
        {
            "start": 932147240,
            "stop": 932152083
        },
        {
            "start": 932152872,
            "stop": 932157491
        },
        {
            "start": 932157611,
            "stop": 932158983
        },
        {
            "start": 932159000,
            "stop": 932166877
        },
        {
            "start": 932167820,
            "stop": 932193868
        },
        {
            "start": 932193887,
            "stop": 932202245
        },
        {
            "start": 932202264,
            "stop": 932204312
        },
        {
            "start": 932204329,
            "stop": 932208058
        },
        {
            "start": 932208060,
            "stop": 932208163
        },
        {
            "start": 932208182,
            "stop": 932209811
        },
        {
            "start": 932209829,
            "stop": 932210208
        },
        {
            "start": 932210227,
            "stop": 932210335
        },
        {
            "start": 932215353,
            "stop": 932216659
        },
        {
            "start": 932244338,
            "stop": 932245042
        },
        {
            "start": 932245044,
            "stop": 932245164
        },
        {
            "start": 932245181,
            "stop": 932252635
        },
        {
            "start": 932258455,
            "stop": 932258503
        }
    ]
}