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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2234",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2235,
    "results": [
        {
            "start": 873114167,
            "stop": 873114827
        },
        {
            "start": 873114846,
            "stop": 873114981
        },
        {
            "start": 873115000,
            "stop": 873115344
        },
        {
            "start": 873115363,
            "stop": 873115399
        },
        {
            "start": 873115418,
            "stop": 873115516
        },
        {
            "start": 873115535,
            "stop": 873115546
        },
        {
            "start": 873115567,
            "stop": 873115602
        },
        {
            "start": 873115622,
            "stop": 873115771
        },
        {
            "start": 873115790,
            "stop": 873115800
        },
        {
            "start": 873115820,
            "stop": 873116405
        },
        {
            "start": 873116424,
            "stop": 873116505
        },
        {
            "start": 873116524,
            "stop": 873117333
        },
        {
            "start": 873117359,
            "stop": 873117724
        },
        {
            "start": 873117741,
            "stop": 873118101
        },
        {
            "start": 873118118,
            "stop": 873118168
        },
        {
            "start": 873118185,
            "stop": 873119335
        },
        {
            "start": 873119354,
            "stop": 873119373
        },
        {
            "start": 873119392,
            "stop": 873119401
        },
        {
            "start": 873119420,
            "stop": 873119629
        },
        {
            "start": 873119651,
            "stop": 873119824
        }
    ]
}