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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=400",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 401,
    "results": [
        {
            "start": 826050645,
            "stop": 826051070
        },
        {
            "start": 826051150,
            "stop": 826052460
        },
        {
            "start": 826052650,
            "stop": 826052870
        },
        {
            "start": 826052950,
            "stop": 826055570
        },
        {
            "start": 826055650,
            "stop": 826057200
        },
        {
            "start": 826057208,
            "stop": 826057910
        },
        {
            "start": 826057990,
            "stop": 826059470
        },
        {
            "start": 826059550,
            "stop": 826061191
        },
        {
            "start": 826061199,
            "stop": 826061624
        },
        {
            "start": 826061805,
            "stop": 826061810
        },
        {
            "start": 826061890,
            "stop": 826062122
        },
        {
            "start": 826062129,
            "stop": 826062493
        },
        {
            "start": 826079504,
            "stop": 826083637
        },
        {
            "start": 826083868,
            "stop": 826084357
        },
        {
            "start": 826084364,
            "stop": 826085043
        },
        {
            "start": 826085050,
            "stop": 826092495
        },
        {
            "start": 826092962,
            "stop": 826093654
        },
        {
            "start": 826094201,
            "stop": 826104650
        },
        {
            "start": 826104730,
            "stop": 826111608
        },
        {
            "start": 826112505,
            "stop": 826112649
        }
    ]
}