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=4797
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=4798",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4796",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4797,
    "results": [
        {
            "start": 970700052,
            "stop": 970701509
        },
        {
            "start": 970701512,
            "stop": 970701610
        },
        {
            "start": 970701613,
            "stop": 970704277
        },
        {
            "start": 970704280,
            "stop": 970704340
        },
        {
            "start": 970704343,
            "stop": 970704385
        },
        {
            "start": 970704388,
            "stop": 970704861
        },
        {
            "start": 970704864,
            "stop": 970704892
        },
        {
            "start": 970704895,
            "stop": 970705153
        },
        {
            "start": 970705156,
            "stop": 970705239
        },
        {
            "start": 970705242,
            "stop": 970705417
        },
        {
            "start": 970705420,
            "stop": 970705895
        },
        {
            "start": 970705898,
            "stop": 970706462
        },
        {
            "start": 970706465,
            "stop": 970706467
        },
        {
            "start": 970706470,
            "stop": 970706800
        },
        {
            "start": 970706803,
            "stop": 970706994
        },
        {
            "start": 970706997,
            "stop": 970707526
        },
        {
            "start": 970707529,
            "stop": 970707760
        },
        {
            "start": 970707763,
            "stop": 970708271
        },
        {
            "start": 970708274,
            "stop": 970709062
        },
        {
            "start": 970709065,
            "stop": 970709602
        }
    ]
}