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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=67",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 68,
    "results": [
        {
            "start": 931085300,
            "stop": 931085305
        },
        {
            "start": 931085306,
            "stop": 931085319
        },
        {
            "start": 931085320,
            "stop": 931085323
        },
        {
            "start": 931085325,
            "stop": 931085328
        },
        {
            "start": 931085330,
            "stop": 931085333
        },
        {
            "start": 931085334,
            "stop": 931085335
        },
        {
            "start": 931085337,
            "stop": 931085344
        },
        {
            "start": 931085346,
            "stop": 931085353
        },
        {
            "start": 931085355,
            "stop": 931085358
        },
        {
            "start": 931085359,
            "stop": 931085360
        },
        {
            "start": 931085362,
            "stop": 931085363
        },
        {
            "start": 931085364,
            "stop": 931085366
        },
        {
            "start": 931085369,
            "stop": 931085371
        },
        {
            "start": 931085372,
            "stop": 931085373
        },
        {
            "start": 931085374,
            "stop": 931085375
        },
        {
            "start": 931085377,
            "stop": 931085382
        },
        {
            "start": 931085385,
            "stop": 931085388
        },
        {
            "start": 931085389,
            "stop": 931085391
        },
        {
            "start": 931085393,
            "stop": 931085394
        },
        {
            "start": 931085396,
            "stop": 931085401
        }
    ]
}