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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=297",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 298,
    "results": [
        {
            "start": 822702070,
            "stop": 822704210
        },
        {
            "start": 822704290,
            "stop": 822705110
        },
        {
            "start": 822705250,
            "stop": 822706130
        },
        {
            "start": 822706210,
            "stop": 822706731
        },
        {
            "start": 822706738,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822710868
        },
        {
            "start": 822710876,
            "stop": 822713090
        },
        {
            "start": 822713170,
            "stop": 822714253
        },
        {
            "start": 822714260,
            "stop": 822714387
        },
        {
            "start": 822714798,
            "stop": 822717923
        },
        {
            "start": 822717930,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822722953
        },
        {
            "start": 822722960,
            "stop": 822723073
        },
        {
            "start": 822723115,
            "stop": 822723116
        },
        {
            "start": 822723284,
            "stop": 822723386
        },
        {
            "start": 822723394,
            "stop": 822723398
        },
        {
            "start": 822723405,
            "stop": 822723493
        },
        {
            "start": 822723668,
            "stop": 822724964
        },
        {
            "start": 822725145,
            "stop": 822725826
        },
        {
            "start": 822726028,
            "stop": 822726459
        }
    ]
}