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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=165",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 166,
    "results": [
        {
            "start": 932908735,
            "stop": 932908742
        },
        {
            "start": 932908874,
            "stop": 932908876
        },
        {
            "start": 932908881,
            "stop": 932908901
        },
        {
            "start": 932908976,
            "stop": 932908993
        },
        {
            "start": 932909326,
            "stop": 932909329
        },
        {
            "start": 932909347,
            "stop": 932909353
        },
        {
            "start": 932909561,
            "stop": 932909573
        },
        {
            "start": 932909622,
            "stop": 932909645
        },
        {
            "start": 932909750,
            "stop": 932909787
        },
        {
            "start": 932909812,
            "stop": 932909849
        },
        {
            "start": 932911600,
            "stop": 932911676
        },
        {
            "start": 932911695,
            "stop": 932911719
        },
        {
            "start": 932911724,
            "stop": 932911770
        },
        {
            "start": 932911789,
            "stop": 932912029
        },
        {
            "start": 932912048,
            "stop": 932912224
        },
        {
            "start": 932912229,
            "stop": 932912658
        },
        {
            "start": 932912659,
            "stop": 932912903
        },
        {
            "start": 932912923,
            "stop": 932913230
        },
        {
            "start": 932913249,
            "stop": 932913423
        },
        {
            "start": 932913443,
            "stop": 932913470
        }
    ]
}