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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=244",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 245,
    "results": [
        {
            "start": 820910312,
            "stop": 820910463
        },
        {
            "start": 820910470,
            "stop": 820910538
        },
        {
            "start": 820910545,
            "stop": 820910639
        },
        {
            "start": 820910646,
            "stop": 820910675
        },
        {
            "start": 820910682,
            "stop": 820910752
        },
        {
            "start": 820910759,
            "stop": 820911392
        },
        {
            "start": 820911399,
            "stop": 820911598
        },
        {
            "start": 820911605,
            "stop": 820912136
        },
        {
            "start": 820912143,
            "stop": 820912333
        },
        {
            "start": 820912340,
            "stop": 820912511
        },
        {
            "start": 820912518,
            "stop": 820912822
        },
        {
            "start": 820912829,
            "stop": 820913054
        },
        {
            "start": 820913062,
            "stop": 820913077
        },
        {
            "start": 820913085,
            "stop": 820913361
        },
        {
            "start": 820913368,
            "stop": 820913399
        },
        {
            "start": 820913406,
            "stop": 820913616
        },
        {
            "start": 820913623,
            "stop": 820913770
        },
        {
            "start": 820913781,
            "stop": 820914130
        },
        {
            "start": 820914137,
            "stop": 820914156
        },
        {
            "start": 820914163,
            "stop": 820914571
        }
    ]
}