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=5355
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=5356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5354",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5355,
    "results": [
        {
            "start": 971417596,
            "stop": 971418171
        },
        {
            "start": 971418174,
            "stop": 971418797
        },
        {
            "start": 971418800,
            "stop": 971419293
        },
        {
            "start": 971419296,
            "stop": 971419329
        },
        {
            "start": 971419332,
            "stop": 971421115
        },
        {
            "start": 971421118,
            "stop": 971421319
        },
        {
            "start": 971421322,
            "stop": 971421833
        },
        {
            "start": 971421836,
            "stop": 971421862
        },
        {
            "start": 971421865,
            "stop": 971422497
        },
        {
            "start": 971422500,
            "stop": 971422639
        },
        {
            "start": 971422642,
            "stop": 971423404
        },
        {
            "start": 971423407,
            "stop": 971423574
        },
        {
            "start": 971423577,
            "stop": 971424902
        },
        {
            "start": 971424905,
            "stop": 971425081
        },
        {
            "start": 971425084,
            "stop": 971425558
        },
        {
            "start": 971425561,
            "stop": 971426117
        },
        {
            "start": 971426120,
            "stop": 971426272
        },
        {
            "start": 971426275,
            "stop": 971427669
        },
        {
            "start": 971427672,
            "stop": 971428096
        },
        {
            "start": 971428099,
            "stop": 971428990
        }
    ]
}