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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5273",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5274,
    "results": [
        {
            "start": 875229867,
            "stop": 875229885
        },
        {
            "start": 875229892,
            "stop": 875229921
        },
        {
            "start": 875229928,
            "stop": 875229949
        },
        {
            "start": 875229957,
            "stop": 875229961
        },
        {
            "start": 875229968,
            "stop": 875230060
        },
        {
            "start": 875230067,
            "stop": 875230094
        },
        {
            "start": 875230102,
            "stop": 875230140
        },
        {
            "start": 875230147,
            "stop": 875230149
        },
        {
            "start": 875230157,
            "stop": 875230196
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}