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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=341",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 342,
    "results": [
        {
            "start": 821752357,
            "stop": 821752382
        },
        {
            "start": 821752391,
            "stop": 821752393
        },
        {
            "start": 821752396,
            "stop": 821752398
        },
        {
            "start": 821752401,
            "stop": 821752403
        },
        {
            "start": 821752406,
            "stop": 821752409
        },
        {
            "start": 821752412,
            "stop": 821752413
        },
        {
            "start": 821752416,
            "stop": 821752417
        },
        {
            "start": 821752422,
            "stop": 821752424
        },
        {
            "start": 821752429,
            "stop": 821752431
        },
        {
            "start": 821752436,
            "stop": 821752440
        },
        {
            "start": 821752447,
            "stop": 821752448
        },
        {
            "start": 821752455,
            "stop": 821752457
        },
        {
            "start": 821752460,
            "stop": 821752475
        },
        {
            "start": 821752481,
            "stop": 821752489
        },
        {
            "start": 821752492,
            "stop": 821752511
        },
        {
            "start": 821752514,
            "stop": 821752519
        },
        {
            "start": 821752522,
            "stop": 821752524
        },
        {
            "start": 821752528,
            "stop": 821752541
        },
        {
            "start": 821752551,
            "stop": 821752559
        },
        {
            "start": 821752562,
            "stop": 821752568
        }
    ]
}