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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=349",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 350,
    "results": [
        {
            "start": 824262359,
            "stop": 824262992
        },
        {
            "start": 824262999,
            "stop": 824265716
        },
        {
            "start": 824267217,
            "stop": 824272448
        },
        {
            "start": 824272465,
            "stop": 824272627
        },
        {
            "start": 824272632,
            "stop": 824280246
        },
        {
            "start": 824280253,
            "stop": 824283075
        },
        {
            "start": 824283082,
            "stop": 824284237
        },
        {
            "start": 824284243,
            "stop": 824284308
        },
        {
            "start": 824285474,
            "stop": 824305708
        },
        {
            "start": 824305713,
            "stop": 824305729
        },
        {
            "start": 824305737,
            "stop": 824305774
        },
        {
            "start": 824305781,
            "stop": 824305919
        },
        {
            "start": 824306647,
            "stop": 824312867
        },
        {
            "start": 824324088,
            "stop": 824324158
        },
        {
            "start": 824324163,
            "stop": 824332502
        },
        {
            "start": 824332507,
            "stop": 824333241
        },
        {
            "start": 824333246,
            "stop": 824335329
        },
        {
            "start": 824335334,
            "stop": 824335712
        },
        {
            "start": 824335717,
            "stop": 824337331
        },
        {
            "start": 824337337,
            "stop": 824339881
        }
    ]
}