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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=237",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 238,
    "results": [
        {
            "start": 820788720,
            "stop": 820790370
        },
        {
            "start": 820790377,
            "stop": 820796970
        },
        {
            "start": 820796977,
            "stop": 820799820
        },
        {
            "start": 820799880,
            "stop": 820805049
        },
        {
            "start": 820806311,
            "stop": 820810551
        },
        {
            "start": 820810558,
            "stop": 820815300
        },
        {
            "start": 820815420,
            "stop": 820821900
        },
        {
            "start": 820821960,
            "stop": 820825800
        },
        {
            "start": 820825860,
            "stop": 820828093
        },
        {
            "start": 820828129,
            "stop": 820828130
        },
        {
            "start": 820829068,
            "stop": 820832731
        },
        {
            "start": 820832739,
            "stop": 820833120
        },
        {
            "start": 820833180,
            "stop": 820834382
        },
        {
            "start": 820834390,
            "stop": 820835920
        },
        {
            "start": 820835927,
            "stop": 820838069
        },
        {
            "start": 820838076,
            "stop": 820839482
        },
        {
            "start": 820839489,
            "stop": 820841290
        },
        {
            "start": 820841297,
            "stop": 820842870
        },
        {
            "start": 820842877,
            "stop": 820843934
        },
        {
            "start": 820843941,
            "stop": 820844605
        }
    ]
}