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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=123",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 124,
    "results": [
        {
            "start": 931680188,
            "stop": 931680192
        },
        {
            "start": 931680210,
            "stop": 931680212
        },
        {
            "start": 931680239,
            "stop": 931680242
        },
        {
            "start": 931680254,
            "stop": 931680255
        },
        {
            "start": 931680280,
            "stop": 931680288
        },
        {
            "start": 931680306,
            "stop": 931680308
        },
        {
            "start": 931680315,
            "stop": 931680317
        },
        {
            "start": 931680343,
            "stop": 931680351
        },
        {
            "start": 931680372,
            "stop": 931680387
        },
        {
            "start": 931680413,
            "stop": 931680420
        },
        {
            "start": 931680429,
            "stop": 931680430
        },
        {
            "start": 931680443,
            "stop": 931680445
        },
        {
            "start": 931680457,
            "stop": 931680461
        },
        {
            "start": 931680469,
            "stop": 931680477
        },
        {
            "start": 931680504,
            "stop": 931680505
        },
        {
            "start": 931680537,
            "stop": 931680538
        },
        {
            "start": 931680694,
            "stop": 931680696
        },
        {
            "start": 931680732,
            "stop": 931680737
        },
        {
            "start": 931680753,
            "stop": 931680754
        },
        {
            "start": 931680826,
            "stop": 931680827
        }
    ]
}