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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=270",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 271,
    "results": [
        {
            "start": 821047509,
            "stop": 821047586
        },
        {
            "start": 821047594,
            "stop": 821047601
        },
        {
            "start": 821047605,
            "stop": 821047616
        },
        {
            "start": 821047624,
            "stop": 821047653
        },
        {
            "start": 821047657,
            "stop": 821047662
        },
        {
            "start": 821047667,
            "stop": 821047682
        },
        {
            "start": 821047687,
            "stop": 821047692
        },
        {
            "start": 821048186,
            "stop": 821048215
        },
        {
            "start": 821048219,
            "stop": 821048225
        },
        {
            "start": 821048233,
            "stop": 821048239
        },
        {
            "start": 821048243,
            "stop": 821048260
        },
        {
            "start": 821048267,
            "stop": 821048283
        },
        {
            "start": 821048287,
            "stop": 821048293
        },
        {
            "start": 821048311,
            "stop": 821048317
        },
        {
            "start": 821048321,
            "stop": 821048335
        },
        {
            "start": 821048342,
            "stop": 821048526
        },
        {
            "start": 821048529,
            "stop": 821048540
        },
        {
            "start": 821048547,
            "stop": 821048578
        },
        {
            "start": 821048585,
            "stop": 821048598
        },
        {
            "start": 821048601,
            "stop": 821048615
        }
    ]
}