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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=358",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 359,
    "results": [
        {
            "start": 818257596,
            "stop": 818257599
        },
        {
            "start": 818257605,
            "stop": 818257607
        },
        {
            "start": 818257610,
            "stop": 818257612
        },
        {
            "start": 818257623,
            "stop": 818257624
        },
        {
            "start": 818257637,
            "stop": 818257639
        },
        {
            "start": 818257664,
            "stop": 818257667
        },
        {
            "start": 818257672,
            "stop": 818257677
        },
        {
            "start": 818257736,
            "stop": 818257738
        },
        {
            "start": 818257745,
            "stop": 818257748
        },
        {
            "start": 818257759,
            "stop": 818257763
        },
        {
            "start": 818257766,
            "stop": 818257767
        },
        {
            "start": 818257770,
            "stop": 818257772
        },
        {
            "start": 818257780,
            "stop": 818257782
        },
        {
            "start": 818257799,
            "stop": 818257800
        },
        {
            "start": 818257803,
            "stop": 818257804
        },
        {
            "start": 818257839,
            "stop": 818257840
        },
        {
            "start": 818257846,
            "stop": 818257847
        },
        {
            "start": 818257854,
            "stop": 818257863
        },
        {
            "start": 818257869,
            "stop": 818257871
        },
        {
            "start": 818257891,
            "stop": 818257892
        }
    ]
}