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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=200",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 201,
    "results": [
        {
            "start": 818209558,
            "stop": 818209563
        },
        {
            "start": 818209569,
            "stop": 818209571
        },
        {
            "start": 818209581,
            "stop": 818209585
        },
        {
            "start": 818209609,
            "stop": 818209612
        },
        {
            "start": 818209615,
            "stop": 818209618
        },
        {
            "start": 818209623,
            "stop": 818209625
        },
        {
            "start": 818209628,
            "stop": 818209629
        },
        {
            "start": 818209635,
            "stop": 818209643
        },
        {
            "start": 818209648,
            "stop": 818209649
        },
        {
            "start": 818209660,
            "stop": 818209661
        },
        {
            "start": 818209668,
            "stop": 818209672
        },
        {
            "start": 818209680,
            "stop": 818209681
        },
        {
            "start": 818209687,
            "stop": 818209690
        },
        {
            "start": 818209694,
            "stop": 818209696
        },
        {
            "start": 818209719,
            "stop": 818209720
        },
        {
            "start": 818209724,
            "stop": 818209725
        },
        {
            "start": 818209731,
            "stop": 818209734
        },
        {
            "start": 818209745,
            "stop": 818209746
        },
        {
            "start": 818209767,
            "stop": 818209772
        },
        {
            "start": 818209782,
            "stop": 818209784
        }
    ]
}