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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=280",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 281,
    "results": [
        {
            "start": 934869307,
            "stop": 934869424
        },
        {
            "start": 934869433,
            "stop": 934869436
        },
        {
            "start": 934869442,
            "stop": 934869522
        },
        {
            "start": 934883764,
            "stop": 934884015
        },
        {
            "start": 934884255,
            "stop": 934885983
        },
        {
            "start": 934885988,
            "stop": 934887615
        },
        {
            "start": 934887855,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892595
        },
        {
            "start": 934895850,
            "stop": 934898415
        },
        {
            "start": 934898655,
            "stop": 934902015
        },
        {
            "start": 934902255,
            "stop": 934904740
        },
        {
            "start": 934945007,
            "stop": 934945020
        },
        {
            "start": 934945026,
            "stop": 934945056
        },
        {
            "start": 934945116,
            "stop": 934945176
        },
        {
            "start": 934945455,
            "stop": 934945469
        },
        {
            "start": 934948558,
            "stop": 934948571
        },
        {
            "start": 934948577,
            "stop": 934948581
        },
        {
            "start": 934948587,
            "stop": 934948591
        },
        {
            "start": 934948656,
            "stop": 934948679
        },
        {
            "start": 934948685,
            "stop": 934948707
        }
    ]
}