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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=159",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 160,
    "results": [
        {
            "start": 931422989,
            "stop": 931422992
        },
        {
            "start": 931422998,
            "stop": 931423006
        },
        {
            "start": 931423008,
            "stop": 931423010
        },
        {
            "start": 931423012,
            "stop": 931423015
        },
        {
            "start": 931423018,
            "stop": 931423022
        },
        {
            "start": 931423026,
            "stop": 931423031
        },
        {
            "start": 931423033,
            "stop": 931423042
        },
        {
            "start": 931423048,
            "stop": 931423054
        },
        {
            "start": 931423058,
            "stop": 931423066
        },
        {
            "start": 931423068,
            "stop": 931423070
        },
        {
            "start": 931423073,
            "stop": 931423076
        },
        {
            "start": 931423078,
            "stop": 931423081
        },
        {
            "start": 931423083,
            "stop": 931423095
        },
        {
            "start": 931423097,
            "stop": 931423126
        },
        {
            "start": 931423128,
            "stop": 931423130
        },
        {
            "start": 931423132,
            "stop": 931423142
        },
        {
            "start": 931423145,
            "stop": 931423165
        },
        {
            "start": 931423167,
            "stop": 931423171
        },
        {
            "start": 931423176,
            "stop": 931423183
        },
        {
            "start": 931423185,
            "stop": 931423192
        }
    ]
}