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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=163",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 164,
    "results": [
        {
            "start": 820150320,
            "stop": 820150468
        },
        {
            "start": 820150475,
            "stop": 820150500
        },
        {
            "start": 820150620,
            "stop": 820150993
        },
        {
            "start": 820150998,
            "stop": 820150999
        },
        {
            "start": 820152273,
            "stop": 820152619
        },
        {
            "start": 820152626,
            "stop": 820154304
        },
        {
            "start": 820154311,
            "stop": 820154784
        },
        {
            "start": 820154791,
            "stop": 820155480
        },
        {
            "start": 820155540,
            "stop": 820156132
        },
        {
            "start": 820156139,
            "stop": 820157113
        },
        {
            "start": 820157670,
            "stop": 820158353
        },
        {
            "start": 820158360,
            "stop": 820158743
        },
        {
            "start": 820158750,
            "stop": 820160136
        },
        {
            "start": 820160143,
            "stop": 820160438
        },
        {
            "start": 820160445,
            "stop": 820160474
        },
        {
            "start": 820160481,
            "stop": 820160581
        },
        {
            "start": 820160588,
            "stop": 820161444
        },
        {
            "start": 820161451,
            "stop": 820161611
        },
        {
            "start": 820161618,
            "stop": 820161897
        },
        {
            "start": 820161904,
            "stop": 820163197
        }
    ]
}