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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=172",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 173,
    "results": [
        {
            "start": 932960451,
            "stop": 932960456
        },
        {
            "start": 932960574,
            "stop": 932960647
        },
        {
            "start": 932960724,
            "stop": 932960727
        },
        {
            "start": 932960752,
            "stop": 932960760
        },
        {
            "start": 932960799,
            "stop": 932960802
        },
        {
            "start": 932960929,
            "stop": 932960940
        },
        {
            "start": 932960961,
            "stop": 932961027
        },
        {
            "start": 932961062,
            "stop": 932961092
        },
        {
            "start": 932961120,
            "stop": 932961134
        },
        {
            "start": 932961154,
            "stop": 932961161
        },
        {
            "start": 932961200,
            "stop": 932961212
        },
        {
            "start": 932961245,
            "stop": 932961287
        },
        {
            "start": 932961323,
            "stop": 932961359
        },
        {
            "start": 932961393,
            "stop": 932961407
        },
        {
            "start": 932961466,
            "stop": 932961485
        },
        {
            "start": 932961551,
            "stop": 932961563
        },
        {
            "start": 932961610,
            "stop": 932961612
        },
        {
            "start": 932961631,
            "stop": 932961635
        },
        {
            "start": 932961654,
            "stop": 932961672
        },
        {
            "start": 932961704,
            "stop": 932961726
        }
    ]
}