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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 275,
    "results": [
        {
            "start": 1240328756,
            "stop": 1240328762
        },
        {
            "start": 1240328763,
            "stop": 1240328800
        },
        {
            "start": 1240328801,
            "stop": 1240328810
        },
        {
            "start": 1240328811,
            "stop": 1240328812
        },
        {
            "start": 1240328813,
            "stop": 1240328858
        },
        {
            "start": 1240328859,
            "stop": 1240328860
        },
        {
            "start": 1240328861,
            "stop": 1240328900
        },
        {
            "start": 1240328901,
            "stop": 1240328904
        },
        {
            "start": 1240328905,
            "stop": 1240328922
        },
        {
            "start": 1240328924,
            "stop": 1240328962
        },
        {
            "start": 1240328963,
            "stop": 1240328976
        },
        {
            "start": 1240328979,
            "stop": 1240328981
        },
        {
            "start": 1240328982,
            "stop": 1240328994
        },
        {
            "start": 1240328995,
            "stop": 1240328998
        },
        {
            "start": 1240328999,
            "stop": 1240329009
        },
        {
            "start": 1240329010,
            "stop": 1240329011
        },
        {
            "start": 1240329012,
            "stop": 1240329053
        },
        {
            "start": 1240329055,
            "stop": 1240329094
        },
        {
            "start": 1240329095,
            "stop": 1240329098
        },
        {
            "start": 1240329099,
            "stop": 1240329119
        }
    ]
}