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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=325",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 326,
    "results": [
        {
            "start": 931886774,
            "stop": 931886775
        },
        {
            "start": 931886807,
            "stop": 931886808
        },
        {
            "start": 931886814,
            "stop": 931886815
        },
        {
            "start": 931886908,
            "stop": 931886909
        },
        {
            "start": 931886913,
            "stop": 931886914
        },
        {
            "start": 931886920,
            "stop": 931886921
        },
        {
            "start": 931886924,
            "stop": 931886925
        },
        {
            "start": 931886931,
            "stop": 931886932
        },
        {
            "start": 931886934,
            "stop": 931886936
        },
        {
            "start": 931886940,
            "stop": 931886944
        },
        {
            "start": 931886946,
            "stop": 931886947
        },
        {
            "start": 931886982,
            "stop": 931886983
        },
        {
            "start": 931886993,
            "stop": 931886995
        },
        {
            "start": 931887005,
            "stop": 931887008
        },
        {
            "start": 931887010,
            "stop": 931887015
        },
        {
            "start": 931887018,
            "stop": 931887019
        },
        {
            "start": 931887021,
            "stop": 931887023
        },
        {
            "start": 931887027,
            "stop": 931887028
        },
        {
            "start": 931887032,
            "stop": 931887033
        },
        {
            "start": 931887043,
            "stop": 931887045
        }
    ]
}