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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=257",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 258,
    "results": [
        {
            "start": 931468523,
            "stop": 931468524
        },
        {
            "start": 931468528,
            "stop": 931468535
        },
        {
            "start": 931468546,
            "stop": 931468556
        },
        {
            "start": 931468561,
            "stop": 931468563
        },
        {
            "start": 931468565,
            "stop": 931468573
        },
        {
            "start": 931468575,
            "stop": 931468581
        },
        {
            "start": 931468585,
            "stop": 931468586
        },
        {
            "start": 931468588,
            "stop": 931468593
        },
        {
            "start": 931468595,
            "stop": 931468602
        },
        {
            "start": 931468604,
            "stop": 931468611
        },
        {
            "start": 931468614,
            "stop": 931468615
        },
        {
            "start": 931468619,
            "stop": 931468620
        },
        {
            "start": 931468622,
            "stop": 931468630
        },
        {
            "start": 931468632,
            "stop": 931468644
        },
        {
            "start": 931468648,
            "stop": 931468650
        },
        {
            "start": 931468679,
            "stop": 931468680
        },
        {
            "start": 931468682,
            "stop": 931468683
        },
        {
            "start": 931468687,
            "stop": 931468693
        },
        {
            "start": 931468695,
            "stop": 931468696
        },
        {
            "start": 931468697,
            "stop": 931468699
        }
    ]
}