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=786
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=787",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=785",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 786,
    "results": [
        {
            "start": 957514318,
            "stop": 957514430
        },
        {
            "start": 957514436,
            "stop": 957514729
        },
        {
            "start": 957514735,
            "stop": 957515025
        },
        {
            "start": 957515031,
            "stop": 957515055
        },
        {
            "start": 957515061,
            "stop": 957515064
        },
        {
            "start": 957515070,
            "stop": 957515138
        },
        {
            "start": 957515144,
            "stop": 957515358
        },
        {
            "start": 957515364,
            "stop": 957515455
        },
        {
            "start": 957515461,
            "stop": 957515746
        },
        {
            "start": 957515752,
            "stop": 957515981
        },
        {
            "start": 957515987,
            "stop": 957516442
        },
        {
            "start": 957516448,
            "stop": 957516480
        },
        {
            "start": 957516486,
            "stop": 957516709
        },
        {
            "start": 957516715,
            "stop": 957517014
        },
        {
            "start": 957517020,
            "stop": 957517263
        },
        {
            "start": 957517273,
            "stop": 957517306
        },
        {
            "start": 957517312,
            "stop": 957517518
        },
        {
            "start": 957517524,
            "stop": 957517560
        },
        {
            "start": 957517571,
            "stop": 957517645
        },
        {
            "start": 957517651,
            "stop": 957517968
        }
    ]
}