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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=381",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 382,
    "results": [
        {
            "start": 821505386,
            "stop": 821505404
        },
        {
            "start": 821505411,
            "stop": 821505449
        },
        {
            "start": 821505457,
            "stop": 821505615
        },
        {
            "start": 821505622,
            "stop": 821505738
        },
        {
            "start": 821505745,
            "stop": 821505769
        },
        {
            "start": 821505781,
            "stop": 821505799
        },
        {
            "start": 821505806,
            "stop": 821505824
        },
        {
            "start": 821505832,
            "stop": 821505835
        },
        {
            "start": 821505842,
            "stop": 821505897
        },
        {
            "start": 821505904,
            "stop": 821505925
        },
        {
            "start": 821505932,
            "stop": 821506033
        },
        {
            "start": 821506049,
            "stop": 821506096
        },
        {
            "start": 821506099,
            "stop": 821506221
        },
        {
            "start": 821506228,
            "stop": 821506291
        },
        {
            "start": 821506299,
            "stop": 821506302
        },
        {
            "start": 821506309,
            "stop": 821506342
        },
        {
            "start": 821506346,
            "stop": 821506363
        },
        {
            "start": 821506366,
            "stop": 821506403
        },
        {
            "start": 821506410,
            "stop": 821506514
        },
        {
            "start": 821506527,
            "stop": 821506674
        }
    ]
}