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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=106",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 107,
    "results": [
        {
            "start": 830113217,
            "stop": 830113218
        },
        {
            "start": 830113392,
            "stop": 830135773
        },
        {
            "start": 830135818,
            "stop": 830135820
        },
        {
            "start": 830136146,
            "stop": 830158257
        },
        {
            "start": 830160079,
            "stop": 830173992
        },
        {
            "start": 830175332,
            "stop": 830180146
        },
        {
            "start": 830180775,
            "stop": 830180893
        },
        {
            "start": 830180932,
            "stop": 830180934
        },
        {
            "start": 830181939,
            "stop": 830182027
        },
        {
            "start": 830182462,
            "stop": 830182978
        },
        {
            "start": 830190530,
            "stop": 830191526
        },
        {
            "start": 830191583,
            "stop": 830191872
        },
        {
            "start": 830192028,
            "stop": 830192053
        },
        {
            "start": 830192117,
            "stop": 830192533
        },
        {
            "start": 830192548,
            "stop": 830192549
        },
        {
            "start": 830192606,
            "stop": 830193313
        },
        {
            "start": 830193339,
            "stop": 830193340
        },
        {
            "start": 830193430,
            "stop": 830194213
        },
        {
            "start": 830215516,
            "stop": 830222693
        },
        {
            "start": 830222766,
            "stop": 830227910
        }
    ]
}