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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=269",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 270,
    "results": [
        {
            "start": 934579364,
            "stop": 934579672
        },
        {
            "start": 934579674,
            "stop": 934580271
        },
        {
            "start": 934580274,
            "stop": 934580301
        },
        {
            "start": 934580305,
            "stop": 934580317
        },
        {
            "start": 934580320,
            "stop": 934580362
        },
        {
            "start": 934580364,
            "stop": 934581615
        },
        {
            "start": 934581855,
            "stop": 934583391
        },
        {
            "start": 934583410,
            "stop": 934583980
        },
        {
            "start": 934583983,
            "stop": 934585215
        },
        {
            "start": 934585455,
            "stop": 934585718
        },
        {
            "start": 934585720,
            "stop": 934588088
        },
        {
            "start": 934588090,
            "stop": 934588333
        },
        {
            "start": 934593938,
            "stop": 934594260
        },
        {
            "start": 934603526,
            "stop": 934605895
        },
        {
            "start": 934605898,
            "stop": 934606522
        },
        {
            "start": 934606524,
            "stop": 934606686
        },
        {
            "start": 934606689,
            "stop": 934606815
        },
        {
            "start": 934607055,
            "stop": 934607108
        },
        {
            "start": 934608260,
            "stop": 934609271
        },
        {
            "start": 934609274,
            "stop": 934609497
        }
    ]
}