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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=181",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 182,
    "results": [
        {
            "start": 820014760,
            "stop": 820014824
        },
        {
            "start": 820014831,
            "stop": 820015299
        },
        {
            "start": 820015306,
            "stop": 820015558
        },
        {
            "start": 820015570,
            "stop": 820015685
        },
        {
            "start": 820015696,
            "stop": 820016550
        },
        {
            "start": 820016790,
            "stop": 820017596
        },
        {
            "start": 820017624,
            "stop": 820019593
        },
        {
            "start": 820021012,
            "stop": 820044013
        },
        {
            "start": 820044316,
            "stop": 820049833
        },
        {
            "start": 820049848,
            "stop": 820049849
        },
        {
            "start": 820054040,
            "stop": 820069115
        },
        {
            "start": 820069159,
            "stop": 820075590
        },
        {
            "start": 820077107,
            "stop": 820082362
        },
        {
            "start": 820082374,
            "stop": 820084477
        },
        {
            "start": 820084488,
            "stop": 820089840
        },
        {
            "start": 820089851,
            "stop": 820092339
        },
        {
            "start": 820093731,
            "stop": 820108288
        },
        {
            "start": 820109629,
            "stop": 820131953
        },
        {
            "start": 820131964,
            "stop": 820137373
        },
        {
            "start": 820138296,
            "stop": 820138374
        }
    ]
}