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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=96",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 97,
    "results": [
        {
            "start": 818070378,
            "stop": 818070384
        },
        {
            "start": 818070398,
            "stop": 818070400
        },
        {
            "start": 818070420,
            "stop": 818070426
        },
        {
            "start": 818070469,
            "stop": 818070492
        },
        {
            "start": 818070501,
            "stop": 818070521
        },
        {
            "start": 818070550,
            "stop": 818070554
        },
        {
            "start": 818070562,
            "stop": 818070564
        },
        {
            "start": 818070595,
            "stop": 818070596
        },
        {
            "start": 818070613,
            "stop": 818070622
        },
        {
            "start": 818070630,
            "stop": 818070632
        },
        {
            "start": 818070649,
            "stop": 818070652
        },
        {
            "start": 818070661,
            "stop": 818070662
        },
        {
            "start": 818070722,
            "stop": 818070725
        },
        {
            "start": 818070756,
            "stop": 818070767
        },
        {
            "start": 818070775,
            "stop": 818070779
        },
        {
            "start": 818070787,
            "stop": 818070791
        },
        {
            "start": 818070830,
            "stop": 818070831
        },
        {
            "start": 818070874,
            "stop": 818070879
        },
        {
            "start": 818070892,
            "stop": 818070901
        },
        {
            "start": 818070924,
            "stop": 818070933
        }
    ]
}