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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=57",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 58,
    "results": [
        {
            "start": 931513513,
            "stop": 931513540
        },
        {
            "start": 931513557,
            "stop": 931513580
        },
        {
            "start": 931513629,
            "stop": 931513630
        },
        {
            "start": 931513639,
            "stop": 931513642
        },
        {
            "start": 931513658,
            "stop": 931513659
        },
        {
            "start": 931513671,
            "stop": 931513672
        },
        {
            "start": 931513700,
            "stop": 931513702
        },
        {
            "start": 931513709,
            "stop": 931513716
        },
        {
            "start": 931513728,
            "stop": 931513732
        },
        {
            "start": 931513745,
            "stop": 931513754
        },
        {
            "start": 931513765,
            "stop": 931513767
        },
        {
            "start": 931513802,
            "stop": 931513806
        },
        {
            "start": 931513814,
            "stop": 931513821
        },
        {
            "start": 931513853,
            "stop": 931513855
        },
        {
            "start": 931527621,
            "stop": 931527980
        },
        {
            "start": 931527987,
            "stop": 931528091
        },
        {
            "start": 931528097,
            "stop": 931528608
        },
        {
            "start": 931530408,
            "stop": 931531363
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533936
        }
    ]
}