Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=96",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 97,
    "results": [
        {
            "start": 961651627,
            "stop": 961655628
        },
        {
            "start": 961657355,
            "stop": 961659240
        },
        {
            "start": 961661612,
            "stop": 961664953
        },
        {
            "start": 961669268,
            "stop": 961683039
        },
        {
            "start": 961684473,
            "stop": 961710472
        },
        {
            "start": 961712768,
            "stop": 961717703
        },
        {
            "start": 961720002,
            "stop": 961724624
        },
        {
            "start": 961737304,
            "stop": 961742464
        },
        {
            "start": 961745524,
            "stop": 961751292
        },
        {
            "start": 961754202,
            "stop": 961757522
        },
        {
            "start": 961759540,
            "stop": 961776179
        },
        {
            "start": 961778359,
            "stop": 961780385
        },
        {
            "start": 961782387,
            "stop": 961787470
        },
        {
            "start": 961789812,
            "stop": 961792766
        },
        {
            "start": 961794747,
            "stop": 961796819
        },
        {
            "start": 961798388,
            "stop": 961798654
        },
        {
            "start": 961799750,
            "stop": 961802476
        },
        {
            "start": 961827382,
            "stop": 961827833
        },
        {
            "start": 961835601,
            "stop": 961837592
        },
        {
            "start": 961837626,
            "stop": 961838444
        }
    ]
}