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=9873
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=9874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9872",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9873,
    "results": [
        {
            "start": 870683097,
            "stop": 870683140
        },
        {
            "start": 870683147,
            "stop": 870683154
        },
        {
            "start": 870683189,
            "stop": 870683237
        },
        {
            "start": 870684588,
            "stop": 870686530
        },
        {
            "start": 870686547,
            "stop": 870688969
        },
        {
            "start": 870688986,
            "stop": 870691810
        },
        {
            "start": 870691827,
            "stop": 870695411
        },
        {
            "start": 870695428,
            "stop": 870696713
        },
        {
            "start": 870696730,
            "stop": 870698578
        },
        {
            "start": 870698612,
            "stop": 870699542
        },
        {
            "start": 870699559,
            "stop": 870700742
        },
        {
            "start": 870700759,
            "stop": 870700973
        },
        {
            "start": 870700990,
            "stop": 870702810
        },
        {
            "start": 870702827,
            "stop": 870703324
        },
        {
            "start": 870708653,
            "stop": 870708675
        },
        {
            "start": 870708735,
            "stop": 870709830
        },
        {
            "start": 870715269,
            "stop": 870716400
        },
        {
            "start": 870716520,
            "stop": 870716640
        },
        {
            "start": 870716700,
            "stop": 870716728
        },
        {
            "start": 870720283,
            "stop": 870720294
        }
    ]
}