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=2237
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=2238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2236",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2237,
    "results": [
        {
            "start": 873133200,
            "stop": 873133236
        },
        {
            "start": 873133253,
            "stop": 873133530
        },
        {
            "start": 873133691,
            "stop": 873134016
        },
        {
            "start": 873134067,
            "stop": 873136315
        },
        {
            "start": 873137363,
            "stop": 873140251
        },
        {
            "start": 873140269,
            "stop": 873140275
        },
        {
            "start": 873144838,
            "stop": 873146185
        },
        {
            "start": 873146204,
            "stop": 873147674
        },
        {
            "start": 873147693,
            "stop": 873148032
        },
        {
            "start": 873148057,
            "stop": 873148088
        },
        {
            "start": 873148107,
            "stop": 873148157
        },
        {
            "start": 873148176,
            "stop": 873148273
        },
        {
            "start": 873148293,
            "stop": 873148401
        },
        {
            "start": 873148420,
            "stop": 873148466
        },
        {
            "start": 873148485,
            "stop": 873150567
        },
        {
            "start": 873150586,
            "stop": 873150655
        },
        {
            "start": 873150675,
            "stop": 873150724
        },
        {
            "start": 873150743,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873173633
        }
    ]
}