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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=133",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 134,
    "results": [
        {
            "start": 931768828,
            "stop": 931768830
        },
        {
            "start": 931768847,
            "stop": 931768857
        },
        {
            "start": 931768864,
            "stop": 931768877
        },
        {
            "start": 931768890,
            "stop": 931768897
        },
        {
            "start": 931768904,
            "stop": 931768906
        },
        {
            "start": 931768919,
            "stop": 931768926
        },
        {
            "start": 931768933,
            "stop": 931768938
        },
        {
            "start": 931768955,
            "stop": 931768959
        },
        {
            "start": 931768966,
            "stop": 931768972
        },
        {
            "start": 931768979,
            "stop": 931768988
        },
        {
            "start": 931768997,
            "stop": 931769003
        },
        {
            "start": 931769012,
            "stop": 931769015
        },
        {
            "start": 931769024,
            "stop": 931769028
        },
        {
            "start": 931769035,
            "stop": 931769040
        },
        {
            "start": 931769050,
            "stop": 931769053
        },
        {
            "start": 931769060,
            "stop": 931769062
        },
        {
            "start": 931769069,
            "stop": 931769115
        },
        {
            "start": 931769122,
            "stop": 931769131
        },
        {
            "start": 931769155,
            "stop": 931769163
        },
        {
            "start": 931769195,
            "stop": 931769200
        }
    ]
}