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=8872
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=8873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8871",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8872,
    "results": [
        {
            "start": 873133200,
            "stop": 873133236
        },
        {
            "start": 873133253,
            "stop": 873133529
        },
        {
            "start": 873133691,
            "stop": 873134015
        },
        {
            "start": 873134067,
            "stop": 873134379
        },
        {
            "start": 873134396,
            "stop": 873136205
        },
        {
            "start": 873137363,
            "stop": 873138104
        },
        {
            "start": 873138123,
            "stop": 873138180
        },
        {
            "start": 873138240,
            "stop": 873138540
        },
        {
            "start": 873138600,
            "stop": 873138720
        },
        {
            "start": 873138840,
            "stop": 873138897
        },
        {
            "start": 873139020,
            "stop": 873139080
        },
        {
            "start": 873139200,
            "stop": 873139358
        },
        {
            "start": 873139377,
            "stop": 873139440
        },
        {
            "start": 873139518,
            "stop": 873139560
        },
        {
            "start": 873144838,
            "stop": 873145182
        },
        {
            "start": 873145199,
            "stop": 873146185
        },
        {
            "start": 873146204,
            "stop": 873147352
        },
        {
            "start": 873147369,
            "stop": 873147518
        },
        {
            "start": 873147535,
            "stop": 873147674
        },
        {
            "start": 873147693,
            "stop": 873148032
        }
    ]
}