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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=88",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 89,
    "results": [
        {
            "start": 932078715,
            "stop": 932078720
        },
        {
            "start": 932078721,
            "stop": 932078741
        },
        {
            "start": 932078744,
            "stop": 932078750
        },
        {
            "start": 932078752,
            "stop": 932078779
        },
        {
            "start": 932078797,
            "stop": 932078804
        },
        {
            "start": 932078805,
            "stop": 932078807
        },
        {
            "start": 932078808,
            "stop": 932078835
        },
        {
            "start": 932078836,
            "stop": 932078837
        },
        {
            "start": 932078839,
            "stop": 932078844
        },
        {
            "start": 932078847,
            "stop": 932078848
        },
        {
            "start": 932078849,
            "stop": 932078854
        },
        {
            "start": 932078855,
            "stop": 932078858
        },
        {
            "start": 932078863,
            "stop": 932078869
        },
        {
            "start": 932078871,
            "stop": 932078872
        },
        {
            "start": 932078873,
            "stop": 932078877
        },
        {
            "start": 932078879,
            "stop": 932078903
        },
        {
            "start": 932078904,
            "stop": 932078916
        },
        {
            "start": 932078917,
            "stop": 932078929
        },
        {
            "start": 932078930,
            "stop": 932078940
        },
        {
            "start": 932078943,
            "stop": 932078956
        }
    ]
}