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=2095
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=2096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2094",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2095,
    "results": [
        {
            "start": 871738745,
            "stop": 871738920
        },
        {
            "start": 871739040,
            "stop": 871739252
        },
        {
            "start": 871765327,
            "stop": 871775538
        },
        {
            "start": 871775556,
            "stop": 871780891
        },
        {
            "start": 871781379,
            "stop": 871804833
        },
        {
            "start": 871806525,
            "stop": 871806546
        },
        {
            "start": 871806563,
            "stop": 871819514
        },
        {
            "start": 871819542,
            "stop": 871819697
        },
        {
            "start": 871819716,
            "stop": 871819737
        },
        {
            "start": 871819756,
            "stop": 871820072
        },
        {
            "start": 871820091,
            "stop": 871820142
        },
        {
            "start": 871820161,
            "stop": 871820236
        },
        {
            "start": 871820310,
            "stop": 871820704
        },
        {
            "start": 871820723,
            "stop": 871820759
        },
        {
            "start": 871820800,
            "stop": 871820822
        },
        {
            "start": 871820848,
            "stop": 871820895
        },
        {
            "start": 871820929,
            "stop": 871820941
        },
        {
            "start": 871820960,
            "stop": 871820984
        },
        {
            "start": 871821018,
            "stop": 871821027
        },
        {
            "start": 871821062,
            "stop": 871821123
        }
    ]
}