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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4796",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4794",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4795,
    "results": [
        {
            "start": 970681287,
            "stop": 970681431
        },
        {
            "start": 970681437,
            "stop": 970681499
        },
        {
            "start": 970681502,
            "stop": 970681542
        },
        {
            "start": 970681545,
            "stop": 970681607
        },
        {
            "start": 970681610,
            "stop": 970681781
        },
        {
            "start": 970681787,
            "stop": 970681928
        },
        {
            "start": 970681931,
            "stop": 970682012
        },
        {
            "start": 970682015,
            "stop": 970682030
        },
        {
            "start": 970682035,
            "stop": 970682057
        },
        {
            "start": 970682060,
            "stop": 970682146
        },
        {
            "start": 970682149,
            "stop": 970682291
        },
        {
            "start": 970682294,
            "stop": 970682329
        },
        {
            "start": 970682332,
            "stop": 970682346
        },
        {
            "start": 970682349,
            "stop": 970682398
        },
        {
            "start": 970683027,
            "stop": 970683097
        },
        {
            "start": 970683100,
            "stop": 970683101
        },
        {
            "start": 970683104,
            "stop": 970683299
        },
        {
            "start": 970683305,
            "stop": 970683417
        },
        {
            "start": 970683420,
            "stop": 970683425
        },
        {
            "start": 970683428,
            "stop": 970683489
        }
    ]
}