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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=605",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 606,
    "results": [
        {
            "start": 828460200,
            "stop": 828460360
        },
        {
            "start": 828460377,
            "stop": 828460410
        },
        {
            "start": 828460427,
            "stop": 828460753
        },
        {
            "start": 828460756,
            "stop": 828460829
        },
        {
            "start": 828460846,
            "stop": 828461100
        },
        {
            "start": 828461280,
            "stop": 828461421
        },
        {
            "start": 828461439,
            "stop": 828461472
        },
        {
            "start": 828461475,
            "stop": 828461760
        },
        {
            "start": 828461820,
            "stop": 828461991
        },
        {
            "start": 828513668,
            "stop": 828515552
        },
        {
            "start": 828515571,
            "stop": 828515579
        },
        {
            "start": 828515598,
            "stop": 828515934
        },
        {
            "start": 828515937,
            "stop": 828518490
        },
        {
            "start": 828518507,
            "stop": 828523466
        },
        {
            "start": 828523483,
            "stop": 828525626
        },
        {
            "start": 828525643,
            "stop": 828526665
        },
        {
            "start": 828526669,
            "stop": 828526881
        },
        {
            "start": 828526885,
            "stop": 828527246
        },
        {
            "start": 828527251,
            "stop": 828527320
        },
        {
            "start": 828527323,
            "stop": 828527382
        }
    ]
}