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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=212",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 213,
    "results": [
        {
            "start": 820477990,
            "stop": 820478358
        },
        {
            "start": 820478365,
            "stop": 820478418
        },
        {
            "start": 820478425,
            "stop": 820478762
        },
        {
            "start": 820478769,
            "stop": 820478855
        },
        {
            "start": 820478863,
            "stop": 820479454
        },
        {
            "start": 820479461,
            "stop": 820479473
        },
        {
            "start": 820479494,
            "stop": 820479553
        },
        {
            "start": 820480322,
            "stop": 820480377
        },
        {
            "start": 820480408,
            "stop": 820480829
        },
        {
            "start": 820480836,
            "stop": 820481413
        },
        {
            "start": 820481564,
            "stop": 820481677
        },
        {
            "start": 820481684,
            "stop": 820481864
        },
        {
            "start": 820481871,
            "stop": 820481919
        },
        {
            "start": 820481926,
            "stop": 820482009
        },
        {
            "start": 820482017,
            "stop": 820482323
        },
        {
            "start": 820482337,
            "stop": 820482422
        },
        {
            "start": 820482429,
            "stop": 820482779
        },
        {
            "start": 820482788,
            "stop": 820482891
        },
        {
            "start": 820482899,
            "stop": 820483009
        },
        {
            "start": 820483023,
            "stop": 820483084
        }
    ]
}