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_BURST_CAT3H/segments?format=api&page=75
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=74",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 75,
    "results": [
        {
            "start": 931087332,
            "stop": 931087334
        },
        {
            "start": 931087337,
            "stop": 931087338
        },
        {
            "start": 931087340,
            "stop": 931087341
        },
        {
            "start": 931087342,
            "stop": 931087347
        },
        {
            "start": 931087349,
            "stop": 931087351
        },
        {
            "start": 931087352,
            "stop": 931087353
        },
        {
            "start": 931087354,
            "stop": 931087361
        },
        {
            "start": 931087364,
            "stop": 931087373
        },
        {
            "start": 931087380,
            "stop": 931087383
        },
        {
            "start": 931087385,
            "stop": 931087387
        },
        {
            "start": 931087388,
            "stop": 931087400
        },
        {
            "start": 931087401,
            "stop": 931087403
        },
        {
            "start": 931087404,
            "stop": 931087405
        },
        {
            "start": 931087406,
            "stop": 931087407
        },
        {
            "start": 931087413,
            "stop": 931087415
        },
        {
            "start": 931087417,
            "stop": 931087418
        },
        {
            "start": 931087421,
            "stop": 931087423
        },
        {
            "start": 931087424,
            "stop": 931087425
        },
        {
            "start": 931087428,
            "stop": 931087430
        },
        {
            "start": 931087433,
            "stop": 931087435
        }
    ]
}