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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=184",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 185,
    "results": [
        {
            "start": 819593639,
            "stop": 819593747
        },
        {
            "start": 819593758,
            "stop": 819618797
        },
        {
            "start": 819618802,
            "stop": 819618875
        },
        {
            "start": 819618882,
            "stop": 819618892
        },
        {
            "start": 819619757,
            "stop": 819643531
        },
        {
            "start": 819643536,
            "stop": 819646935
        },
        {
            "start": 819646940,
            "stop": 819646982
        },
        {
            "start": 819650002,
            "stop": 819686430
        },
        {
            "start": 819686467,
            "stop": 819704009
        },
        {
            "start": 819704818,
            "stop": 819724056
        },
        {
            "start": 819724062,
            "stop": 819724680
        },
        {
            "start": 819724685,
            "stop": 819724970
        },
        {
            "start": 819724975,
            "stop": 819725483
        },
        {
            "start": 819725498,
            "stop": 819725559
        },
        {
            "start": 819726494,
            "stop": 819726739
        },
        {
            "start": 819726744,
            "stop": 819727180
        },
        {
            "start": 819727188,
            "stop": 819727948
        },
        {
            "start": 819761244,
            "stop": 819761639
        },
        {
            "start": 819761646,
            "stop": 819763947
        },
        {
            "start": 819763954,
            "stop": 819765764
        }
    ]
}