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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=523",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 524,
    "results": [
        {
            "start": 827686388,
            "stop": 827687660
        },
        {
            "start": 827694281,
            "stop": 827695361
        },
        {
            "start": 827695366,
            "stop": 827696525
        },
        {
            "start": 827697076,
            "stop": 827698211
        },
        {
            "start": 827698827,
            "stop": 827702732
        },
        {
            "start": 827702737,
            "stop": 827706861
        },
        {
            "start": 827707915,
            "stop": 827767677
        },
        {
            "start": 827767682,
            "stop": 827769488
        },
        {
            "start": 827769494,
            "stop": 827769873
        },
        {
            "start": 827770013,
            "stop": 827771572
        },
        {
            "start": 827773716,
            "stop": 827782137
        },
        {
            "start": 827782142,
            "stop": 827782329
        },
        {
            "start": 827782334,
            "stop": 827782475
        },
        {
            "start": 827782483,
            "stop": 827784123
        },
        {
            "start": 827785085,
            "stop": 827786472
        },
        {
            "start": 827787236,
            "stop": 827790420
        },
        {
            "start": 827790425,
            "stop": 827791068
        },
        {
            "start": 827791073,
            "stop": 827791125
        },
        {
            "start": 827791130,
            "stop": 827791256
        },
        {
            "start": 827791263,
            "stop": 827791540
        }
    ]
}