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=737
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=738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=736",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 737,
    "results": [
        {
            "start": 953444712,
            "stop": 953469479
        },
        {
            "start": 953474020,
            "stop": 953478888
        },
        {
            "start": 953480693,
            "stop": 953485073
        },
        {
            "start": 953485079,
            "stop": 953485089
        },
        {
            "start": 953487077,
            "stop": 953491526
        },
        {
            "start": 953492491,
            "stop": 953493240
        },
        {
            "start": 953496587,
            "stop": 953498482
        },
        {
            "start": 953498488,
            "stop": 953550339
        },
        {
            "start": 953557887,
            "stop": 953559518
        },
        {
            "start": 953559524,
            "stop": 953559711
        },
        {
            "start": 953559717,
            "stop": 953561452
        },
        {
            "start": 953565028,
            "stop": 953575082
        },
        {
            "start": 953575088,
            "stop": 953575273
        },
        {
            "start": 953575278,
            "stop": 953575290
        },
        {
            "start": 953575296,
            "stop": 953575320
        },
        {
            "start": 953575331,
            "stop": 953575351
        },
        {
            "start": 953576886,
            "stop": 953581754
        },
        {
            "start": 953582143,
            "stop": 953596066
        },
        {
            "start": 953596072,
            "stop": 953596174
        },
        {
            "start": 953596179,
            "stop": 953596261
        }
    ]
}