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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8994",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8995,
    "results": [
        {
            "start": 873891348,
            "stop": 873891410
        },
        {
            "start": 873891433,
            "stop": 873891564
        },
        {
            "start": 873891593,
            "stop": 873891605
        },
        {
            "start": 873891633,
            "stop": 873892093
        },
        {
            "start": 873892110,
            "stop": 873892145
        },
        {
            "start": 873892164,
            "stop": 873893786
        },
        {
            "start": 873893803,
            "stop": 873894832
        },
        {
            "start": 873894853,
            "stop": 873894900
        },
        {
            "start": 873895020,
            "stop": 873895673
        },
        {
            "start": 873895692,
            "stop": 873895721
        },
        {
            "start": 873895738,
            "stop": 873895740
        },
        {
            "start": 873895800,
            "stop": 873896219
        },
        {
            "start": 873896238,
            "stop": 873896581
        },
        {
            "start": 873896614,
            "stop": 873896656
        },
        {
            "start": 873896675,
            "stop": 873897330
        },
        {
            "start": 873897384,
            "stop": 873897544
        },
        {
            "start": 873897563,
            "stop": 873897580
        },
        {
            "start": 873897599,
            "stop": 873897723
        },
        {
            "start": 873897742,
            "stop": 873897792
        },
        {
            "start": 873897811,
            "stop": 873898701
        }
    ]
}