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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=188",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 189,
    "results": [
        {
            "start": 816921589,
            "stop": 816921613
        },
        {
            "start": 816921617,
            "stop": 816921662
        },
        {
            "start": 816921665,
            "stop": 816921674
        },
        {
            "start": 816921681,
            "stop": 816921743
        },
        {
            "start": 816921767,
            "stop": 816921776
        },
        {
            "start": 816921784,
            "stop": 816921858
        },
        {
            "start": 816921863,
            "stop": 816921867
        },
        {
            "start": 816921871,
            "stop": 816921910
        },
        {
            "start": 816921917,
            "stop": 816921921
        },
        {
            "start": 816921927,
            "stop": 816921928
        },
        {
            "start": 816921932,
            "stop": 816921953
        },
        {
            "start": 816921956,
            "stop": 816921973
        },
        {
            "start": 816921977,
            "stop": 816922003
        },
        {
            "start": 816922010,
            "stop": 816922047
        },
        {
            "start": 816922051,
            "stop": 816922052
        },
        {
            "start": 816922057,
            "stop": 816922097
        },
        {
            "start": 816922102,
            "stop": 816922115
        },
        {
            "start": 816922122,
            "stop": 816922123
        },
        {
            "start": 816922128,
            "stop": 816922132
        },
        {
            "start": 816922136,
            "stop": 816922232
        }
    ]
}