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=5313
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=5314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5312",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5313,
    "results": [
        {
            "start": 970844583,
            "stop": 970844597
        },
        {
            "start": 970844632,
            "stop": 970845110
        },
        {
            "start": 970845114,
            "stop": 970845152
        },
        {
            "start": 970845173,
            "stop": 970846057
        },
        {
            "start": 970846060,
            "stop": 970846194
        },
        {
            "start": 970846197,
            "stop": 970847171
        },
        {
            "start": 970847174,
            "stop": 970847411
        },
        {
            "start": 970847414,
            "stop": 970847759
        },
        {
            "start": 970847762,
            "stop": 970848174
        },
        {
            "start": 970848177,
            "stop": 970848205
        },
        {
            "start": 970848208,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970883962
        },
        {
            "start": 970883965,
            "stop": 970884045
        },
        {
            "start": 970884048,
            "stop": 970884343
        },
        {
            "start": 970884346,
            "stop": 970884358
        },
        {
            "start": 970884361,
            "stop": 970884457
        },
        {
            "start": 970884460,
            "stop": 970884562
        },
        {
            "start": 970884565,
            "stop": 970884584
        },
        {
            "start": 970884587,
            "stop": 970884630
        },
        {
            "start": 970884633,
            "stop": 970884812
        }
    ]
}