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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4605",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4603",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4604,
    "results": [
        {
            "start": 969191450,
            "stop": 969191460
        },
        {
            "start": 969191481,
            "stop": 969191495
        },
        {
            "start": 969191496,
            "stop": 969191515
        },
        {
            "start": 969191517,
            "stop": 969191522
        },
        {
            "start": 969191527,
            "stop": 969191528
        },
        {
            "start": 969191531,
            "stop": 969191535
        },
        {
            "start": 969191538,
            "stop": 969191574
        },
        {
            "start": 969191576,
            "stop": 969191579
        },
        {
            "start": 969191583,
            "stop": 969191586
        },
        {
            "start": 969191589,
            "stop": 969191595
        },
        {
            "start": 969191604,
            "stop": 969191632
        },
        {
            "start": 969191633,
            "stop": 969191637
        },
        {
            "start": 969191640,
            "stop": 969191643
        },
        {
            "start": 969191648,
            "stop": 969191669
        },
        {
            "start": 969191670,
            "stop": 969191675
        },
        {
            "start": 969191676,
            "stop": 969191681
        },
        {
            "start": 969191685,
            "stop": 969191710
        },
        {
            "start": 969191713,
            "stop": 969191715
        },
        {
            "start": 969191720,
            "stop": 969191725
        },
        {
            "start": 969191727,
            "stop": 969191745
        }
    ]
}