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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5074",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5075,
    "results": [
        {
            "start": 873146221,
            "stop": 873147674
        },
        {
            "start": 873147710,
            "stop": 873148032
        },
        {
            "start": 873148074,
            "stop": 873148088
        },
        {
            "start": 873148124,
            "stop": 873148157
        },
        {
            "start": 873148193,
            "stop": 873148273
        },
        {
            "start": 873148310,
            "stop": 873148401
        },
        {
            "start": 873148437,
            "stop": 873148466
        },
        {
            "start": 873148502,
            "stop": 873150381
        },
        {
            "start": 873150398,
            "stop": 873150567
        },
        {
            "start": 873150603,
            "stop": 873150655
        },
        {
            "start": 873150692,
            "stop": 873150724
        },
        {
            "start": 873150760,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873162491
        },
        {
            "start": 873162508,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873167537
        },
        {
            "start": 873167554,
            "stop": 873169928
        },
        {
            "start": 873169945,
            "stop": 873172575
        },
        {
            "start": 873172592,
            "stop": 873173633
        },
        {
            "start": 873173672,
            "stop": 873174896
        },
        {
            "start": 873174913,
            "stop": 873175435
        }
    ]
}