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=10091
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=10092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10090",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10091,
    "results": [
        {
            "start": 873234764,
            "stop": 873234822
        },
        {
            "start": 873234860,
            "stop": 873235084
        },
        {
            "start": 873235120,
            "stop": 873235180
        },
        {
            "start": 873235197,
            "stop": 873235244
        },
        {
            "start": 873235280,
            "stop": 873235987
        },
        {
            "start": 873236023,
            "stop": 873236097
        },
        {
            "start": 873236115,
            "stop": 873236745
        },
        {
            "start": 873236762,
            "stop": 873236789
        },
        {
            "start": 873236806,
            "stop": 873236852
        },
        {
            "start": 873236870,
            "stop": 873236948
        },
        {
            "start": 873236965,
            "stop": 873237229
        },
        {
            "start": 873237246,
            "stop": 873237694
        },
        {
            "start": 873237711,
            "stop": 873237720
        },
        {
            "start": 873237840,
            "stop": 873237982
        },
        {
            "start": 873238182,
            "stop": 873238368
        },
        {
            "start": 873238385,
            "stop": 873241261
        },
        {
            "start": 873241278,
            "stop": 873241452
        },
        {
            "start": 873241469,
            "stop": 873242732
        },
        {
            "start": 873242750,
            "stop": 873243001
        },
        {
            "start": 873243019,
            "stop": 873243572
        }
    ]
}