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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10181",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10182,
    "results": [
        {
            "start": 873830447,
            "stop": 873830460
        },
        {
            "start": 873830640,
            "stop": 873830655
        },
        {
            "start": 873830662,
            "stop": 873830712
        },
        {
            "start": 873830835,
            "stop": 873830892
        },
        {
            "start": 873830900,
            "stop": 873830906
        },
        {
            "start": 873830920,
            "stop": 873830956
        },
        {
            "start": 873830970,
            "stop": 873831120
        },
        {
            "start": 873831240,
            "stop": 873831400
        },
        {
            "start": 873831408,
            "stop": 873831414
        },
        {
            "start": 873831422,
            "stop": 873831456
        },
        {
            "start": 873831492,
            "stop": 873831498
        },
        {
            "start": 873831506,
            "stop": 873831513
        },
        {
            "start": 873831521,
            "stop": 873831526
        },
        {
            "start": 873831543,
            "stop": 873831658
        },
        {
            "start": 873831720,
            "stop": 873831741
        },
        {
            "start": 873831770,
            "stop": 873831806
        },
        {
            "start": 873831823,
            "stop": 873831840
        },
        {
            "start": 873831960,
            "stop": 873832011
        },
        {
            "start": 873832019,
            "stop": 873832024
        },
        {
            "start": 873832033,
            "stop": 873832068
        }
    ]
}