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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=49",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 50,
    "results": [
        {
            "start": 821104129,
            "stop": 821104491
        },
        {
            "start": 821104922,
            "stop": 821107515
        },
        {
            "start": 821107625,
            "stop": 821108473
        },
        {
            "start": 821108773,
            "stop": 821113001
        },
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124594,
            "stop": 821124772
        },
        {
            "start": 821127688,
            "stop": 821127757
        },
        {
            "start": 821127867,
            "stop": 821128351
        },
        {
            "start": 821128548,
            "stop": 821129035
        },
        {
            "start": 821129436,
            "stop": 821130482
        },
        {
            "start": 821130490,
            "stop": 821130492
        },
        {
            "start": 821130498,
            "stop": 821130771
        },
        {
            "start": 821131676,
            "stop": 821132550
        },
        {
            "start": 821132850,
            "stop": 821132855
        },
        {
            "start": 821132863,
            "stop": 821133561
        },
        {
            "start": 821134929,
            "stop": 821136867
        },
        {
            "start": 821137722,
            "stop": 821138156
        },
        {
            "start": 821138745,
            "stop": 821139835
        },
        {
            "start": 821139840,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821168269
        }
    ]
}