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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16779",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16780,
    "results": [
        {
            "start": 875113519,
            "stop": 875113520
        },
        {
            "start": 875113523,
            "stop": 875113528
        },
        {
            "start": 875113529,
            "stop": 875113530
        },
        {
            "start": 875113534,
            "stop": 875113562
        },
        {
            "start": 875113564,
            "stop": 875113567
        },
        {
            "start": 875113568,
            "stop": 875113584
        },
        {
            "start": 875113588,
            "stop": 875113597
        },
        {
            "start": 875113598,
            "stop": 875113634
        },
        {
            "start": 875113635,
            "stop": 875113646
        },
        {
            "start": 875113647,
            "stop": 875113681
        },
        {
            "start": 875113682,
            "stop": 875113694
        },
        {
            "start": 875113695,
            "stop": 875113719
        },
        {
            "start": 875113720,
            "stop": 875113731
        },
        {
            "start": 875113732,
            "stop": 875113758
        },
        {
            "start": 875113759,
            "stop": 875113763
        },
        {
            "start": 875113764,
            "stop": 875113774
        },
        {
            "start": 875113775,
            "stop": 875113808
        },
        {
            "start": 875113811,
            "stop": 875113841
        },
        {
            "start": 875113842,
            "stop": 875113852
        },
        {
            "start": 875113853,
            "stop": 875113855
        }
    ]
}