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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=97",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 98,
    "results": [
        {
            "start": 832540890,
            "stop": 832542566
        },
        {
            "start": 832543459,
            "stop": 832545054
        },
        {
            "start": 832545062,
            "stop": 832553354
        },
        {
            "start": 832554751,
            "stop": 832557415
        },
        {
            "start": 832557472,
            "stop": 832561884
        },
        {
            "start": 832561893,
            "stop": 832601937
        },
        {
            "start": 832610422,
            "stop": 832611905
        },
        {
            "start": 832612017,
            "stop": 832613857
        },
        {
            "start": 832618240,
            "stop": 832619112
        },
        {
            "start": 832620386,
            "stop": 832621017
        },
        {
            "start": 832623158,
            "stop": 832625486
        },
        {
            "start": 832625730,
            "stop": 832627555
        },
        {
            "start": 832631194,
            "stop": 832631406
        },
        {
            "start": 832631413,
            "stop": 832633001
        },
        {
            "start": 832635893,
            "stop": 832636336
        },
        {
            "start": 832636343,
            "stop": 832638097
        },
        {
            "start": 832638341,
            "stop": 832639429
        },
        {
            "start": 832642165,
            "stop": 832642321
        },
        {
            "start": 832642612,
            "stop": 832643915
        },
        {
            "start": 832644944,
            "stop": 832650621
        }
    ]
}