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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5092",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5093,
    "results": [
        {
            "start": 873280595,
            "stop": 873280802
        },
        {
            "start": 873280819,
            "stop": 873281208
        },
        {
            "start": 873281244,
            "stop": 873281684
        },
        {
            "start": 873281691,
            "stop": 873281825
        },
        {
            "start": 873281836,
            "stop": 873281969
        },
        {
            "start": 873281977,
            "stop": 873281999
        },
        {
            "start": 873282035,
            "stop": 873282660
        },
        {
            "start": 873282696,
            "stop": 873283114
        },
        {
            "start": 873283130,
            "stop": 873283320
        },
        {
            "start": 873283440,
            "stop": 873283765
        },
        {
            "start": 873283801,
            "stop": 873284050
        },
        {
            "start": 873284086,
            "stop": 873284304
        },
        {
            "start": 873284340,
            "stop": 873284519
        },
        {
            "start": 873284556,
            "stop": 873284564
        },
        {
            "start": 873284600,
            "stop": 873284699
        },
        {
            "start": 873284735,
            "stop": 873284966
        },
        {
            "start": 873285002,
            "stop": 873285307
        },
        {
            "start": 873285324,
            "stop": 873285468
        },
        {
            "start": 873285475,
            "stop": 873286872
        },
        {
            "start": 873286879,
            "stop": 873287403
        }
    ]
}