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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=264",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 265,
    "results": [
        {
            "start": 818231443,
            "stop": 818231444
        },
        {
            "start": 818231449,
            "stop": 818231451
        },
        {
            "start": 818231461,
            "stop": 818231471
        },
        {
            "start": 818231475,
            "stop": 818231476
        },
        {
            "start": 818231484,
            "stop": 818231485
        },
        {
            "start": 818231511,
            "stop": 818231514
        },
        {
            "start": 818231521,
            "stop": 818231524
        },
        {
            "start": 818231536,
            "stop": 818231544
        },
        {
            "start": 818231547,
            "stop": 818231548
        },
        {
            "start": 818231556,
            "stop": 818231557
        },
        {
            "start": 818231568,
            "stop": 818231571
        },
        {
            "start": 818231576,
            "stop": 818231579
        },
        {
            "start": 818231583,
            "stop": 818231585
        },
        {
            "start": 818231590,
            "stop": 818231596
        },
        {
            "start": 818231599,
            "stop": 818231601
        },
        {
            "start": 818231620,
            "stop": 818231622
        },
        {
            "start": 818231635,
            "stop": 818231645
        },
        {
            "start": 818231648,
            "stop": 818231653
        },
        {
            "start": 818231675,
            "stop": 818231676
        },
        {
            "start": 818231683,
            "stop": 818231699
        }
    ]
}