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=10096
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=10097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10095",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10096,
    "results": [
        {
            "start": 873281691,
            "stop": 873281820
        },
        {
            "start": 873281880,
            "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
        },
        {
            "start": 873287440,
            "stop": 873287550
        },
        {
            "start": 873287567,
            "stop": 873287592
        },
        {
            "start": 873287708,
            "stop": 873287711
        }
    ]
}