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=10178
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=10179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10177",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10178,
    "results": [
        {
            "start": 873820213,
            "stop": 873820473
        },
        {
            "start": 873820482,
            "stop": 873820496
        },
        {
            "start": 873820565,
            "stop": 873820634
        },
        {
            "start": 873820641,
            "stop": 873820795
        },
        {
            "start": 873820810,
            "stop": 873820827
        },
        {
            "start": 873820845,
            "stop": 873820966
        },
        {
            "start": 873820974,
            "stop": 873821002
        },
        {
            "start": 873821038,
            "stop": 873821051
        },
        {
            "start": 873821062,
            "stop": 873821114
        },
        {
            "start": 873821162,
            "stop": 873821167
        },
        {
            "start": 873821183,
            "stop": 873821189
        },
        {
            "start": 873821225,
            "stop": 873821269
        },
        {
            "start": 873821344,
            "stop": 873821405
        },
        {
            "start": 873821413,
            "stop": 873821416
        },
        {
            "start": 873821432,
            "stop": 873821460
        },
        {
            "start": 873821467,
            "stop": 873821474
        },
        {
            "start": 873821496,
            "stop": 873821500
        },
        {
            "start": 873821507,
            "stop": 873821525
        },
        {
            "start": 873821561,
            "stop": 873821572
        },
        {
            "start": 873821640,
            "stop": 873821659
        }
    ]
}