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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=205",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 206,
    "results": [
        {
            "start": 820878190,
            "stop": 820878274
        },
        {
            "start": 820878281,
            "stop": 820878363
        },
        {
            "start": 820878370,
            "stop": 820878959
        },
        {
            "start": 820878966,
            "stop": 820879033
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891561,
            "stop": 820891830
        },
        {
            "start": 820891837,
            "stop": 820892035
        },
        {
            "start": 820892042,
            "stop": 820892142
        },
        {
            "start": 820892149,
            "stop": 820892396
        },
        {
            "start": 820892403,
            "stop": 820892510
        },
        {
            "start": 820892590,
            "stop": 820892680
        },
        {
            "start": 820892687,
            "stop": 820892748
        },
        {
            "start": 820892755,
            "stop": 820892810
        },
        {
            "start": 820893010,
            "stop": 820893152
        },
        {
            "start": 820893160,
            "stop": 820893166
        },
        {
            "start": 820893173,
            "stop": 820893185
        },
        {
            "start": 820893193,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        }
    ]
}