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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=224",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 225,
    "results": [
        {
            "start": 846275048,
            "stop": 846275452
        },
        {
            "start": 846275853,
            "stop": 846279913
        },
        {
            "start": 846290703,
            "stop": 846295172
        },
        {
            "start": 846295258,
            "stop": 846317102
        },
        {
            "start": 846317907,
            "stop": 846337091
        },
        {
            "start": 846387595,
            "stop": 846390161
        },
        {
            "start": 846390656,
            "stop": 846403104
        },
        {
            "start": 846404042,
            "stop": 846408613
        },
        {
            "start": 846408633,
            "stop": 846408635
        },
        {
            "start": 846409690,
            "stop": 846411164
        },
        {
            "start": 846411353,
            "stop": 846423824
        },
        {
            "start": 846425696,
            "stop": 846432013
        },
        {
            "start": 846432024,
            "stop": 846432025
        },
        {
            "start": 846432853,
            "stop": 846434800
        },
        {
            "start": 846434815,
            "stop": 846435508
        },
        {
            "start": 846435530,
            "stop": 846436133
        },
        {
            "start": 846437097,
            "stop": 846442632
        },
        {
            "start": 846443890,
            "stop": 846444913
        },
        {
            "start": 846444952,
            "stop": 846444953
        },
        {
            "start": 846446168,
            "stop": 846454213
        }
    ]
}