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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=308",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 309,
    "results": [
        {
            "start": 822190150,
            "stop": 822192540
        },
        {
            "start": 822192660,
            "stop": 822193140
        },
        {
            "start": 822193200,
            "stop": 822194533
        },
        {
            "start": 822194633,
            "stop": 822198170
        },
        {
            "start": 822198250,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822205516
        },
        {
            "start": 822205653,
            "stop": 822205798
        },
        {
            "start": 822205961,
            "stop": 822206210
        },
        {
            "start": 822206290,
            "stop": 822208676
        },
        {
            "start": 822208867,
            "stop": 822209069
        },
        {
            "start": 822209413,
            "stop": 822221262
        },
        {
            "start": 822233791,
            "stop": 822233841
        },
        {
            "start": 822263641,
            "stop": 822263681
        },
        {
            "start": 822271288,
            "stop": 822271301
        },
        {
            "start": 822271341,
            "stop": 822273830
        },
        {
            "start": 822273910,
            "stop": 822276530
        },
        {
            "start": 822276610,
            "stop": 822280490
        },
        {
            "start": 822280630,
            "stop": 822281270
        },
        {
            "start": 822281350,
            "stop": 822282873
        },
        {
            "start": 822283455,
            "stop": 822288480
        }
    ]
}