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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=160",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 161,
    "results": [
        {
            "start": 932906940,
            "stop": 932906954
        },
        {
            "start": 932906974,
            "stop": 932906976
        },
        {
            "start": 932907048,
            "stop": 932907153
        },
        {
            "start": 932907186,
            "stop": 932907211
        },
        {
            "start": 932907230,
            "stop": 932907287
        },
        {
            "start": 932907306,
            "stop": 932907334
        },
        {
            "start": 932907353,
            "stop": 932907395
        },
        {
            "start": 932907414,
            "stop": 932907493
        },
        {
            "start": 932907520,
            "stop": 932907531
        },
        {
            "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
        }
    ]
}