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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=185",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 186,
    "results": [
        {
            "start": 820243877,
            "stop": 820243990
        },
        {
            "start": 820243999,
            "stop": 820244058
        },
        {
            "start": 820244067,
            "stop": 820244097
        },
        {
            "start": 820244104,
            "stop": 820244207
        },
        {
            "start": 820244216,
            "stop": 820244233
        },
        {
            "start": 820260446,
            "stop": 820260817
        },
        {
            "start": 820260828,
            "stop": 820260852
        },
        {
            "start": 820260859,
            "stop": 820262147
        },
        {
            "start": 820262155,
            "stop": 820262488
        },
        {
            "start": 820262503,
            "stop": 820262653
        },
        {
            "start": 820262663,
            "stop": 820262664
        },
        {
            "start": 820271867,
            "stop": 820272213
        },
        {
            "start": 820272220,
            "stop": 820272247
        },
        {
            "start": 820272268,
            "stop": 820272318
        },
        {
            "start": 820272338,
            "stop": 820272361
        },
        {
            "start": 820272370,
            "stop": 820272552
        },
        {
            "start": 820272559,
            "stop": 820272565
        },
        {
            "start": 820272573,
            "stop": 820272773
        },
        {
            "start": 820272780,
            "stop": 820273110
        },
        {
            "start": 820273117,
            "stop": 820273769
        }
    ]
}