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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=215",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 216,
    "results": [
        {
            "start": 844807344,
            "stop": 844808293
        },
        {
            "start": 844810335,
            "stop": 844813333
        },
        {
            "start": 844813367,
            "stop": 844813368
        },
        {
            "start": 844813571,
            "stop": 844813663
        },
        {
            "start": 844813753,
            "stop": 844815070
        },
        {
            "start": 844815390,
            "stop": 844837358
        },
        {
            "start": 844837603,
            "stop": 844837633
        },
        {
            "start": 844838814,
            "stop": 844845193
        },
        {
            "start": 844846787,
            "stop": 844859364
        },
        {
            "start": 844859450,
            "stop": 844861633
        },
        {
            "start": 844862402,
            "stop": 844863973
        },
        {
            "start": 844865448,
            "stop": 844869673
        },
        {
            "start": 844872407,
            "stop": 844880413
        },
        {
            "start": 844881232,
            "stop": 844882803
        },
        {
            "start": 844884462,
            "stop": 844890253
        },
        {
            "start": 844890273,
            "stop": 844890274
        },
        {
            "start": 844890593,
            "stop": 844891393
        },
        {
            "start": 844891406,
            "stop": 844891408
        },
        {
            "start": 844891573,
            "stop": 844906325
        },
        {
            "start": 844907146,
            "stop": 844908493
        }
    ]
}