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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10071",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10072,
    "results": [
        {
            "start": 873076096,
            "stop": 873076426
        },
        {
            "start": 873076433,
            "stop": 873077426
        },
        {
            "start": 873077499,
            "stop": 873077541
        },
        {
            "start": 873077577,
            "stop": 873077661
        },
        {
            "start": 873077678,
            "stop": 873079979
        },
        {
            "start": 873079996,
            "stop": 873080288
        },
        {
            "start": 873080305,
            "stop": 873081060
        },
        {
            "start": 873082017,
            "stop": 873083014
        },
        {
            "start": 873083031,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873085334
        },
        {
            "start": 873088747,
            "stop": 873088749
        },
        {
            "start": 873088836,
            "stop": 873088919
        },
        {
            "start": 873088927,
            "stop": 873089707
        },
        {
            "start": 873089715,
            "stop": 873090085
        },
        {
            "start": 873090102,
            "stop": 873092475
        },
        {
            "start": 873092492,
            "stop": 873093315
        },
        {
            "start": 873093529,
            "stop": 873094383
        },
        {
            "start": 873094390,
            "stop": 873094748
        },
        {
            "start": 873094765,
            "stop": 873097177
        },
        {
            "start": 873097194,
            "stop": 873097235
        }
    ]
}