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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=329",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 330,
    "results": [
        {
            "start": 828992605,
            "stop": 828992613
        },
        {
            "start": 828992618,
            "stop": 828992623
        },
        {
            "start": 828992625,
            "stop": 828992627
        },
        {
            "start": 828992633,
            "stop": 828992634
        },
        {
            "start": 828992636,
            "stop": 828992639
        },
        {
            "start": 828992645,
            "stop": 828992647
        },
        {
            "start": 828992651,
            "stop": 828992652
        },
        {
            "start": 828992654,
            "stop": 828992657
        },
        {
            "start": 828992659,
            "stop": 828992660
        },
        {
            "start": 828992664,
            "stop": 828992665
        },
        {
            "start": 828992667,
            "stop": 828992668
        },
        {
            "start": 828992671,
            "stop": 828992675
        },
        {
            "start": 828992677,
            "stop": 828992679
        },
        {
            "start": 828992681,
            "stop": 828992683
        },
        {
            "start": 828992688,
            "stop": 828992693
        },
        {
            "start": 828992699,
            "stop": 828992700
        },
        {
            "start": 828992702,
            "stop": 828992705
        },
        {
            "start": 828992720,
            "stop": 828992724
        },
        {
            "start": 828992729,
            "stop": 828992731
        },
        {
            "start": 828992736,
            "stop": 828992739
        }
    ]
}