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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8912",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8913,
    "results": [
        {
            "start": 873402332,
            "stop": 873402634
        },
        {
            "start": 873402653,
            "stop": 873402680
        },
        {
            "start": 873402703,
            "stop": 873402725
        },
        {
            "start": 873402745,
            "stop": 873402773
        },
        {
            "start": 873402792,
            "stop": 873402843
        },
        {
            "start": 873402862,
            "stop": 873403014
        },
        {
            "start": 873403045,
            "stop": 873403510
        },
        {
            "start": 873403536,
            "stop": 873403703
        },
        {
            "start": 873403722,
            "stop": 873404010
        },
        {
            "start": 873404030,
            "stop": 873404756
        },
        {
            "start": 873404775,
            "stop": 873404968
        },
        {
            "start": 873404988,
            "stop": 873405002
        },
        {
            "start": 873405022,
            "stop": 873405052
        },
        {
            "start": 873405073,
            "stop": 873405479
        },
        {
            "start": 873405499,
            "stop": 873405632
        },
        {
            "start": 873405651,
            "stop": 873405824
        },
        {
            "start": 873405844,
            "stop": 873405984
        },
        {
            "start": 873406021,
            "stop": 873406026
        },
        {
            "start": 873406079,
            "stop": 873406080
        },
        {
            "start": 873406099,
            "stop": 873406168
        }
    ]
}