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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=285",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 286,
    "results": [
        {
            "start": 822237321,
            "stop": 822237645
        },
        {
            "start": 822237654,
            "stop": 822238195
        },
        {
            "start": 822238203,
            "stop": 822238242
        },
        {
            "start": 822238247,
            "stop": 822238371
        },
        {
            "start": 822238376,
            "stop": 822238550
        },
        {
            "start": 822238555,
            "stop": 822238616
        },
        {
            "start": 822238622,
            "stop": 822238640
        },
        {
            "start": 822238645,
            "stop": 822238694
        },
        {
            "start": 822238699,
            "stop": 822238844
        },
        {
            "start": 822238854,
            "stop": 822238868
        },
        {
            "start": 822238874,
            "stop": 822239001
        },
        {
            "start": 822239011,
            "stop": 822239064
        },
        {
            "start": 822239071,
            "stop": 822239233
        },
        {
            "start": 822239254,
            "stop": 822239276
        },
        {
            "start": 822239281,
            "stop": 822239301
        },
        {
            "start": 822239319,
            "stop": 822239340
        },
        {
            "start": 822239345,
            "stop": 822239354
        },
        {
            "start": 822239359,
            "stop": 822239415
        },
        {
            "start": 822239422,
            "stop": 822239434
        },
        {
            "start": 822239445,
            "stop": 822239472
        }
    ]
}