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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=200",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 201,
    "results": [
        {
            "start": 933330029,
            "stop": 933330540
        },
        {
            "start": 933330542,
            "stop": 933330900
        },
        {
            "start": 933330902,
            "stop": 933332415
        },
        {
            "start": 933332775,
            "stop": 933333090
        },
        {
            "start": 933333092,
            "stop": 933336015
        },
        {
            "start": 933336375,
            "stop": 933337530
        },
        {
            "start": 933337533,
            "stop": 933339615
        },
        {
            "start": 933339975,
            "stop": 933341755
        },
        {
            "start": 933341956,
            "stop": 933343215
        },
        {
            "start": 933343575,
            "stop": 933343615
        },
        {
            "start": 933343735,
            "stop": 933344217
        },
        {
            "start": 933344337,
            "stop": 933344372
        },
        {
            "start": 933344374,
            "stop": 933344402
        },
        {
            "start": 933344404,
            "stop": 933346415
        },
        {
            "start": 933346417,
            "stop": 933346425
        },
        {
            "start": 933346594,
            "stop": 933346788
        },
        {
            "start": 933352584,
            "stop": 933352677
        },
        {
            "start": 933352830,
            "stop": 933352864
        },
        {
            "start": 933354387,
            "stop": 933354527
        },
        {
            "start": 933354530,
            "stop": 933355354
        }
    ]
}