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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=11",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 12,
    "results": [
        {
            "start": 815788746,
            "stop": 815788757
        },
        {
            "start": 815788765,
            "stop": 815788933
        },
        {
            "start": 815790062,
            "stop": 815790417
        },
        {
            "start": 815790421,
            "stop": 815790504
        },
        {
            "start": 815790507,
            "stop": 815790580
        },
        {
            "start": 815790584,
            "stop": 815790628
        },
        {
            "start": 815790632,
            "stop": 815791332
        },
        {
            "start": 815791888,
            "stop": 815801707
        },
        {
            "start": 815801711,
            "stop": 815804373
        },
        {
            "start": 815804376,
            "stop": 815805889
        },
        {
            "start": 815805893,
            "stop": 815805959
        },
        {
            "start": 815805962,
            "stop": 815807688
        },
        {
            "start": 815807691,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815838188
        },
        {
            "start": 815838191,
            "stop": 815838631
        },
        {
            "start": 815838633,
            "stop": 815839517
        },
        {
            "start": 815839520,
            "stop": 815844163
        },
        {
            "start": 815844166,
            "stop": 815846819
        },
        {
            "start": 815846821,
            "stop": 815848808
        }
    ]
}