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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=232",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 233,
    "results": [
        {
            "start": 933176288,
            "stop": 933176498
        },
        {
            "start": 933176503,
            "stop": 933177165
        },
        {
            "start": 933178821,
            "stop": 933178823
        },
        {
            "start": 933178824,
            "stop": 933178846
        },
        {
            "start": 933178895,
            "stop": 933178902
        },
        {
            "start": 933183532,
            "stop": 933183614
        },
        {
            "start": 933183940,
            "stop": 933184004
        },
        {
            "start": 933184023,
            "stop": 933184172
        },
        {
            "start": 933184177,
            "stop": 933184222
        },
        {
            "start": 933184223,
            "stop": 933184688
        },
        {
            "start": 933184750,
            "stop": 933184798
        },
        {
            "start": 933184827,
            "stop": 933184886
        },
        {
            "start": 933184891,
            "stop": 933185311
        },
        {
            "start": 933185316,
            "stop": 933185410
        },
        {
            "start": 933185429,
            "stop": 933185808
        },
        {
            "start": 933185814,
            "stop": 933186078
        },
        {
            "start": 933186097,
            "stop": 933186255
        },
        {
            "start": 933186260,
            "stop": 933186278
        },
        {
            "start": 933186298,
            "stop": 933186345
        },
        {
            "start": 933186346,
            "stop": 933186359
        }
    ]
}