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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 10,
    "results": [
        {
            "start": 816097278,
            "stop": 816097617
        },
        {
            "start": 816097620,
            "stop": 816097622
        },
        {
            "start": 816098434,
            "stop": 816098439
        },
        {
            "start": 816098442,
            "stop": 816098460
        },
        {
            "start": 816098470,
            "stop": 816098533
        },
        {
            "start": 816098536,
            "stop": 816098606
        },
        {
            "start": 816098612,
            "stop": 816098657
        },
        {
            "start": 816098660,
            "stop": 816098687
        },
        {
            "start": 816098693,
            "stop": 816098701
        },
        {
            "start": 816098704,
            "stop": 816098728
        },
        {
            "start": 816098733,
            "stop": 816098865
        },
        {
            "start": 816098868,
            "stop": 816098880
        },
        {
            "start": 816098884,
            "stop": 816098952
        },
        {
            "start": 816098955,
            "stop": 816099114
        },
        {
            "start": 816099117,
            "stop": 816099133
        },
        {
            "start": 816132800,
            "stop": 816132843
        },
        {
            "start": 816132848,
            "stop": 816132852
        },
        {
            "start": 816132857,
            "stop": 816132875
        },
        {
            "start": 816132881,
            "stop": 816132922
        },
        {
            "start": 816132926,
            "stop": 816132957
        }
    ]
}