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=8782
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=8783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8781",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8782,
    "results": [
        {
            "start": 872313157,
            "stop": 872313172
        },
        {
            "start": 872313189,
            "stop": 872313335
        },
        {
            "start": 872313352,
            "stop": 872313360
        },
        {
            "start": 872313400,
            "stop": 872313456
        },
        {
            "start": 872313480,
            "stop": 872313499
        },
        {
            "start": 872313518,
            "stop": 872313522
        },
        {
            "start": 872313553,
            "stop": 872313634
        },
        {
            "start": 872313653,
            "stop": 872313663
        },
        {
            "start": 872313684,
            "stop": 872313696
        },
        {
            "start": 872313718,
            "stop": 872313721
        },
        {
            "start": 872313743,
            "stop": 872313760
        },
        {
            "start": 872313809,
            "stop": 872313894
        },
        {
            "start": 872313934,
            "stop": 872313944
        },
        {
            "start": 872313992,
            "stop": 872314004
        },
        {
            "start": 872314039,
            "stop": 872314044
        },
        {
            "start": 872314063,
            "stop": 872314085
        },
        {
            "start": 872314134,
            "stop": 872314148
        },
        {
            "start": 872314167,
            "stop": 872314437
        },
        {
            "start": 872314475,
            "stop": 872314506
        },
        {
            "start": 872314600,
            "stop": 872314605
        }
    ]
}