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_BURST_CAT3/segments?format=api&page=371
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=370",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 371,
    "results": [
        {
            "start": 932071450,
            "stop": 932071453
        },
        {
            "start": 932071455,
            "stop": 932071456
        },
        {
            "start": 932071461,
            "stop": 932071462
        },
        {
            "start": 932071469,
            "stop": 932071472
        },
        {
            "start": 932071473,
            "stop": 932071474
        },
        {
            "start": 932071476,
            "stop": 932071479
        },
        {
            "start": 932071481,
            "stop": 932071486
        },
        {
            "start": 932071491,
            "stop": 932071502
        },
        {
            "start": 932071503,
            "stop": 932071512
        },
        {
            "start": 932071514,
            "stop": 932071530
        },
        {
            "start": 932071531,
            "stop": 932071538
        },
        {
            "start": 932071542,
            "stop": 932071545
        },
        {
            "start": 932071546,
            "stop": 932071547
        },
        {
            "start": 932071548,
            "stop": 932071550
        },
        {
            "start": 932071553,
            "stop": 932071555
        },
        {
            "start": 932071558,
            "stop": 932071562
        },
        {
            "start": 932071563,
            "stop": 932071566
        },
        {
            "start": 932071568,
            "stop": 932071574
        },
        {
            "start": 932071575,
            "stop": 932071587
        },
        {
            "start": 932071588,
            "stop": 932071610
        }
    ]
}