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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5368",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5369,
    "results": [
        {
            "start": 971526821,
            "stop": 971526892
        },
        {
            "start": 971526895,
            "stop": 971526915
        },
        {
            "start": 971526921,
            "stop": 971527015
        },
        {
            "start": 971527018,
            "stop": 971527100
        },
        {
            "start": 971527103,
            "stop": 971527187
        },
        {
            "start": 971527190,
            "stop": 971527202
        },
        {
            "start": 971527205,
            "stop": 971527383
        },
        {
            "start": 971527386,
            "stop": 971527432
        },
        {
            "start": 971527435,
            "stop": 971527481
        },
        {
            "start": 971527484,
            "stop": 971527491
        },
        {
            "start": 971527494,
            "stop": 971527593
        },
        {
            "start": 971527596,
            "stop": 971527639
        },
        {
            "start": 971527642,
            "stop": 971527738
        },
        {
            "start": 971527742,
            "stop": 971527800
        },
        {
            "start": 971527803,
            "stop": 971527808
        },
        {
            "start": 971527811,
            "stop": 971527867
        },
        {
            "start": 971527870,
            "stop": 971527876
        },
        {
            "start": 971527897,
            "stop": 971527979
        },
        {
            "start": 971527982,
            "stop": 971527989
        },
        {
            "start": 971528010,
            "stop": 971528012
        }
    ]
}