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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=66",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 67,
    "results": [
        {
            "start": 931257066,
            "stop": 931257067
        },
        {
            "start": 931257075,
            "stop": 931257081
        },
        {
            "start": 931257090,
            "stop": 931257092
        },
        {
            "start": 931257112,
            "stop": 931257114
        },
        {
            "start": 931257131,
            "stop": 931257133
        },
        {
            "start": 931257135,
            "stop": 931257137
        },
        {
            "start": 931257140,
            "stop": 931257145
        },
        {
            "start": 931257147,
            "stop": 931257154
        },
        {
            "start": 931257163,
            "stop": 931257164
        },
        {
            "start": 931257169,
            "stop": 931257170
        },
        {
            "start": 931257172,
            "stop": 931257178
        },
        {
            "start": 931257192,
            "stop": 931257193
        },
        {
            "start": 931257202,
            "stop": 931257208
        },
        {
            "start": 931257223,
            "stop": 931257224
        },
        {
            "start": 931257226,
            "stop": 931257228
        },
        {
            "start": 931257232,
            "stop": 931257235
        },
        {
            "start": 931257238,
            "stop": 931257239
        },
        {
            "start": 931257282,
            "stop": 931257286
        },
        {
            "start": 931257291,
            "stop": 931257292
        },
        {
            "start": 931257299,
            "stop": 931257300
        }
    ]
}