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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5259",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5260,
    "results": [
        {
            "start": 970235767,
            "stop": 970235811
        },
        {
            "start": 970235814,
            "stop": 970235906
        },
        {
            "start": 970235927,
            "stop": 970235948
        },
        {
            "start": 970235951,
            "stop": 970235991
        },
        {
            "start": 970235994,
            "stop": 970236098
        },
        {
            "start": 970242799,
            "stop": 970242932
        },
        {
            "start": 970242935,
            "stop": 970243263
        },
        {
            "start": 970243266,
            "stop": 970243809
        },
        {
            "start": 970243812,
            "stop": 970244146
        },
        {
            "start": 970244149,
            "stop": 970244833
        },
        {
            "start": 970244836,
            "stop": 970245312
        },
        {
            "start": 970245315,
            "stop": 970245365
        },
        {
            "start": 970245368,
            "stop": 970245607
        },
        {
            "start": 970245610,
            "stop": 970245806
        },
        {
            "start": 970245809,
            "stop": 970245937
        },
        {
            "start": 970245954,
            "stop": 970246007
        },
        {
            "start": 970246010,
            "stop": 970246032
        },
        {
            "start": 970246036,
            "stop": 970246057
        },
        {
            "start": 970246062,
            "stop": 970246099
        },
        {
            "start": 970246102,
            "stop": 970246633
        }
    ]
}