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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=268",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 269,
    "results": [
        {
            "start": 934402500,
            "stop": 934402538
        },
        {
            "start": 934402718,
            "stop": 934403738
        },
        {
            "start": 934403798,
            "stop": 934403858
        },
        {
            "start": 934403918,
            "stop": 934403978
        },
        {
            "start": 934404038,
            "stop": 934404578
        },
        {
            "start": 934404638,
            "stop": 934405215
        },
        {
            "start": 934405455,
            "stop": 934405572
        },
        {
            "start": 934405692,
            "stop": 934405885
        },
        {
            "start": 934405887,
            "stop": 934406110
        },
        {
            "start": 934406112,
            "stop": 934406318
        },
        {
            "start": 934406378,
            "stop": 934407218
        },
        {
            "start": 934407278,
            "stop": 934407398
        },
        {
            "start": 934407458,
            "stop": 934407518
        },
        {
            "start": 934407578,
            "stop": 934407618
        },
        {
            "start": 934407623,
            "stop": 934407788
        },
        {
            "start": 934407908,
            "stop": 934408778
        },
        {
            "start": 934409055,
            "stop": 934409090
        },
        {
            "start": 934413129,
            "stop": 934414778
        },
        {
            "start": 934414838,
            "stop": 934414925
        },
        {
            "start": 934414930,
            "stop": 934415125
        }
    ]
}