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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=294",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 295,
    "results": [
        {
            "start": 818501523,
            "stop": 818501571
        },
        {
            "start": 818501591,
            "stop": 818502052
        },
        {
            "start": 818502071,
            "stop": 818503553
        },
        {
            "start": 818503570,
            "stop": 818503653
        },
        {
            "start": 818503673,
            "stop": 818503844
        },
        {
            "start": 818503885,
            "stop": 818504158
        },
        {
            "start": 818504914,
            "stop": 818505008
        },
        {
            "start": 818505046,
            "stop": 818505232
        },
        {
            "start": 818505252,
            "stop": 818506036
        },
        {
            "start": 818506121,
            "stop": 818506214
        },
        {
            "start": 818506255,
            "stop": 818506837
        },
        {
            "start": 818506859,
            "stop": 818507408
        },
        {
            "start": 818507428,
            "stop": 818507456
        },
        {
            "start": 818507478,
            "stop": 818507828
        },
        {
            "start": 818507845,
            "stop": 818508818
        },
        {
            "start": 818508837,
            "stop": 818509019
        },
        {
            "start": 818509040,
            "stop": 818509533
        },
        {
            "start": 818509554,
            "stop": 818509674
        },
        {
            "start": 818509694,
            "stop": 818510244
        },
        {
            "start": 818510263,
            "stop": 818510714
        }
    ]
}