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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9937",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9938,
    "results": [
        {
            "start": 870972780,
            "stop": 870974308
        },
        {
            "start": 870974325,
            "stop": 870976589
        },
        {
            "start": 870976626,
            "stop": 870976644
        },
        {
            "start": 870976695,
            "stop": 870976773
        },
        {
            "start": 870976809,
            "stop": 870976878
        },
        {
            "start": 870976936,
            "stop": 870976940
        },
        {
            "start": 870976976,
            "stop": 870978413
        },
        {
            "start": 870978467,
            "stop": 870983370
        },
        {
            "start": 870984210,
            "stop": 870985848
        },
        {
            "start": 870987311,
            "stop": 870987326
        },
        {
            "start": 870987373,
            "stop": 870987587
        },
        {
            "start": 870987604,
            "stop": 870987883
        },
        {
            "start": 870987954,
            "stop": 870990267
        },
        {
            "start": 870990607,
            "stop": 870993270
        },
        {
            "start": 870994110,
            "stop": 871009500
        },
        {
            "start": 871009536,
            "stop": 871014432
        },
        {
            "start": 871014548,
            "stop": 871028051
        },
        {
            "start": 871028086,
            "stop": 871028310
        },
        {
            "start": 871030514,
            "stop": 871034604
        },
        {
            "start": 871034621,
            "stop": 871036907
        }
    ]
}