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=2331
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=2332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2330",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2331,
    "results": [
        {
            "start": 874393433,
            "stop": 874393435
        },
        {
            "start": 874393454,
            "stop": 874393532
        },
        {
            "start": 874393551,
            "stop": 874393575
        },
        {
            "start": 874393594,
            "stop": 874393598
        },
        {
            "start": 874393620,
            "stop": 874393704
        },
        {
            "start": 874393723,
            "stop": 874393772
        },
        {
            "start": 874393791,
            "stop": 874394439
        },
        {
            "start": 874394460,
            "stop": 874394806
        },
        {
            "start": 874394827,
            "stop": 874395064
        },
        {
            "start": 874395094,
            "stop": 874395597
        },
        {
            "start": 874398006,
            "stop": 874398007
        },
        {
            "start": 874398036,
            "stop": 874398042
        },
        {
            "start": 874398080,
            "stop": 874398096
        },
        {
            "start": 874398114,
            "stop": 874400809
        },
        {
            "start": 874400829,
            "stop": 874400900
        },
        {
            "start": 874400926,
            "stop": 874401026
        },
        {
            "start": 874401050,
            "stop": 874401422
        },
        {
            "start": 874401454,
            "stop": 874401483
        },
        {
            "start": 874402396,
            "stop": 874404332
        },
        {
            "start": 874404351,
            "stop": 874407349
        }
    ]
}