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=2260
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=2261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2259",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2260,
    "results": [
        {
            "start": 873400376,
            "stop": 873400694
        },
        {
            "start": 873400713,
            "stop": 873400738
        },
        {
            "start": 873400757,
            "stop": 873400817
        },
        {
            "start": 873400840,
            "stop": 873400885
        },
        {
            "start": 873400912,
            "stop": 873402080
        },
        {
            "start": 873402099,
            "stop": 873402154
        },
        {
            "start": 873402178,
            "stop": 873403014
        },
        {
            "start": 873403045,
            "stop": 873403510
        },
        {
            "start": 873403536,
            "stop": 873404756
        },
        {
            "start": 873404775,
            "stop": 873405052
        },
        {
            "start": 873405073,
            "stop": 873405632
        },
        {
            "start": 873405651,
            "stop": 873405984
        },
        {
            "start": 873406021,
            "stop": 873406026
        },
        {
            "start": 873406079,
            "stop": 873406080
        },
        {
            "start": 873406099,
            "stop": 873406168
        },
        {
            "start": 873406203,
            "stop": 873406271
        },
        {
            "start": 873406290,
            "stop": 873406331
        },
        {
            "start": 873406350,
            "stop": 873406556
        },
        {
            "start": 873406577,
            "stop": 873406581
        },
        {
            "start": 873406600,
            "stop": 873406736
        }
    ]
}