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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=88",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 89,
    "results": [
        {
            "start": 931463321,
            "stop": 931463325
        },
        {
            "start": 931463331,
            "stop": 931463336
        },
        {
            "start": 931463344,
            "stop": 931463350
        },
        {
            "start": 931463356,
            "stop": 931463504
        },
        {
            "start": 931463512,
            "stop": 931463536
        },
        {
            "start": 931463542,
            "stop": 931463579
        },
        {
            "start": 931463585,
            "stop": 931463743
        },
        {
            "start": 931463749,
            "stop": 931463892
        },
        {
            "start": 931463908,
            "stop": 931463944
        },
        {
            "start": 931463961,
            "stop": 931463965
        },
        {
            "start": 931463971,
            "stop": 931463992
        },
        {
            "start": 931463997,
            "stop": 931464020
        },
        {
            "start": 931464025,
            "stop": 931464027
        },
        {
            "start": 931464032,
            "stop": 931464045
        },
        {
            "start": 931464058,
            "stop": 931464060
        },
        {
            "start": 931464065,
            "stop": 931464106
        },
        {
            "start": 931464112,
            "stop": 931464190
        },
        {
            "start": 931464196,
            "stop": 931464328
        },
        {
            "start": 931464337,
            "stop": 931464378
        },
        {
            "start": 931464384,
            "stop": 931464404
        }
    ]
}