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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=293",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 294,
    "results": [
        {
            "start": 858436412,
            "stop": 858436658
        },
        {
            "start": 858436661,
            "stop": 858437403
        },
        {
            "start": 858437407,
            "stop": 858437412
        },
        {
            "start": 858437416,
            "stop": 858437460
        },
        {
            "start": 858437468,
            "stop": 858437498
        },
        {
            "start": 858437507,
            "stop": 858437566
        },
        {
            "start": 858437570,
            "stop": 858437788
        },
        {
            "start": 858437792,
            "stop": 858437808
        },
        {
            "start": 858437816,
            "stop": 858437827
        },
        {
            "start": 858437830,
            "stop": 858437836
        },
        {
            "start": 858437840,
            "stop": 858437874
        },
        {
            "start": 858437883,
            "stop": 858437943
        },
        {
            "start": 858437951,
            "stop": 858437972
        },
        {
            "start": 858437985,
            "stop": 858437996
        },
        {
            "start": 858438000,
            "stop": 858438016
        },
        {
            "start": 858457346,
            "stop": 858461709
        },
        {
            "start": 858461717,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858464145
        },
        {
            "start": 858464158,
            "stop": 858464663
        },
        {
            "start": 858464667,
            "stop": 858465374
        }
    ]
}