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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=245",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 246,
    "results": [
        {
            "start": 821379657,
            "stop": 821379809
        },
        {
            "start": 821379817,
            "stop": 821380764
        },
        {
            "start": 821380774,
            "stop": 821380790
        },
        {
            "start": 821380801,
            "stop": 821381097
        },
        {
            "start": 821381112,
            "stop": 821381205
        },
        {
            "start": 821381213,
            "stop": 821381220
        },
        {
            "start": 821381238,
            "stop": 821381247
        },
        {
            "start": 821381255,
            "stop": 821381330
        },
        {
            "start": 821381338,
            "stop": 821381698
        },
        {
            "start": 821381707,
            "stop": 821381716
        },
        {
            "start": 821381752,
            "stop": 821381793
        },
        {
            "start": 821382028,
            "stop": 821382048
        },
        {
            "start": 821382062,
            "stop": 821382137
        },
        {
            "start": 821382145,
            "stop": 821382151
        },
        {
            "start": 821382160,
            "stop": 821382163
        },
        {
            "start": 821382177,
            "stop": 821382209
        },
        {
            "start": 821382282,
            "stop": 821382309
        },
        {
            "start": 821382317,
            "stop": 821382326
        },
        {
            "start": 821382334,
            "stop": 821382351
        },
        {
            "start": 821382359,
            "stop": 821382363
        }
    ]
}