Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=45",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 46,
    "results": [
        {
            "start": 931507920,
            "stop": 931507952
        },
        {
            "start": 931507966,
            "stop": 931507967
        },
        {
            "start": 931507974,
            "stop": 931507986
        },
        {
            "start": 931507993,
            "stop": 931507995
        },
        {
            "start": 931508004,
            "stop": 931508022
        },
        {
            "start": 931508034,
            "stop": 931508044
        },
        {
            "start": 931508051,
            "stop": 931508068
        },
        {
            "start": 931508075,
            "stop": 931508077
        },
        {
            "start": 931508084,
            "stop": 931508105
        },
        {
            "start": 931508122,
            "stop": 931508137
        },
        {
            "start": 931508145,
            "stop": 931508157
        },
        {
            "start": 931508164,
            "stop": 931508177
        },
        {
            "start": 931508184,
            "stop": 931508188
        },
        {
            "start": 931508205,
            "stop": 931508208
        },
        {
            "start": 931508220,
            "stop": 931508222
        },
        {
            "start": 931508242,
            "stop": 931508255
        },
        {
            "start": 931508261,
            "stop": 931508262
        },
        {
            "start": 931508273,
            "stop": 931508277
        },
        {
            "start": 931508298,
            "stop": 931508299
        },
        {
            "start": 931508306,
            "stop": 931508317
        }
    ]
}