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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=164",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 165,
    "results": [
        {
            "start": 932907550,
            "stop": 932907570
        },
        {
            "start": 932907589,
            "stop": 932907596
        },
        {
            "start": 932907634,
            "stop": 932907639
        },
        {
            "start": 932907657,
            "stop": 932907710
        },
        {
            "start": 932907729,
            "stop": 932907769
        },
        {
            "start": 932907774,
            "stop": 932907818
        },
        {
            "start": 932907838,
            "stop": 932907856
        },
        {
            "start": 932907875,
            "stop": 932907889
        },
        {
            "start": 932907947,
            "stop": 932907974
        },
        {
            "start": 932908012,
            "stop": 932908046
        },
        {
            "start": 932908051,
            "stop": 932908052
        },
        {
            "start": 932908109,
            "stop": 932908117
        },
        {
            "start": 932908214,
            "stop": 932908232
        },
        {
            "start": 932908252,
            "stop": 932908258
        },
        {
            "start": 932908327,
            "stop": 932908330
        },
        {
            "start": 932908420,
            "stop": 932908423
        },
        {
            "start": 932908482,
            "stop": 932908483
        },
        {
            "start": 932908552,
            "stop": 932908572
        },
        {
            "start": 932908591,
            "stop": 932908620
        },
        {
            "start": 932908677,
            "stop": 932908685
        }
    ]
}