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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=138",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 139,
    "results": [
        {
            "start": 818418654,
            "stop": 818418805
        },
        {
            "start": 818418843,
            "stop": 818418853
        },
        {
            "start": 818418870,
            "stop": 818418871
        },
        {
            "start": 818418881,
            "stop": 818418892
        },
        {
            "start": 818418900,
            "stop": 818419065
        },
        {
            "start": 818419073,
            "stop": 818419089
        },
        {
            "start": 818419103,
            "stop": 818419112
        },
        {
            "start": 818419141,
            "stop": 818419192
        },
        {
            "start": 818419200,
            "stop": 818419214
        },
        {
            "start": 818419222,
            "stop": 818419243
        },
        {
            "start": 818419251,
            "stop": 818419371
        },
        {
            "start": 818419380,
            "stop": 818419391
        },
        {
            "start": 818419399,
            "stop": 818419435
        },
        {
            "start": 818419447,
            "stop": 818419466
        },
        {
            "start": 818419474,
            "stop": 818419548
        },
        {
            "start": 818419582,
            "stop": 818419588
        },
        {
            "start": 818419596,
            "stop": 818419605
        },
        {
            "start": 818419613,
            "stop": 818419614
        },
        {
            "start": 818419632,
            "stop": 818419674
        },
        {
            "start": 818419691,
            "stop": 818419779
        }
    ]
}