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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=247",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 248,
    "results": [
        {
            "start": 934297859,
            "stop": 934297906
        },
        {
            "start": 934297911,
            "stop": 934298068
        },
        {
            "start": 934298073,
            "stop": 934298099
        },
        {
            "start": 934298102,
            "stop": 934298336
        },
        {
            "start": 934298338,
            "stop": 934298349
        },
        {
            "start": 934298351,
            "stop": 934298589
        },
        {
            "start": 934298591,
            "stop": 934299120
        },
        {
            "start": 934302076,
            "stop": 934302113
        },
        {
            "start": 934302118,
            "stop": 934303058
        },
        {
            "start": 934303063,
            "stop": 934303071
        },
        {
            "start": 934303076,
            "stop": 934303870
        },
        {
            "start": 934303875,
            "stop": 934303877
        },
        {
            "start": 934303882,
            "stop": 934304030
        },
        {
            "start": 934304035,
            "stop": 934304093
        },
        {
            "start": 934304098,
            "stop": 934304106
        },
        {
            "start": 934304111,
            "stop": 934304114
        },
        {
            "start": 934304119,
            "stop": 934304415
        },
        {
            "start": 934304655,
            "stop": 934304957
        },
        {
            "start": 934304962,
            "stop": 934306321
        },
        {
            "start": 934306324,
            "stop": 934306327
        }
    ]
}