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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=119",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 120,
    "results": [
        {
            "start": 931677687,
            "stop": 931677701
        },
        {
            "start": 931677708,
            "stop": 931677714
        },
        {
            "start": 931677726,
            "stop": 931677738
        },
        {
            "start": 931677745,
            "stop": 931677749
        },
        {
            "start": 931677767,
            "stop": 931677772
        },
        {
            "start": 931677797,
            "stop": 931677799
        },
        {
            "start": 931677814,
            "stop": 931677817
        },
        {
            "start": 931677848,
            "stop": 931677857
        },
        {
            "start": 931677877,
            "stop": 931677884
        },
        {
            "start": 931677913,
            "stop": 931677917
        },
        {
            "start": 931677924,
            "stop": 931677926
        },
        {
            "start": 931677938,
            "stop": 931677942
        },
        {
            "start": 931677952,
            "stop": 931677955
        },
        {
            "start": 931677962,
            "stop": 931677963
        },
        {
            "start": 931677974,
            "stop": 931677984
        },
        {
            "start": 931678006,
            "stop": 931678007
        },
        {
            "start": 931678019,
            "stop": 931678022
        },
        {
            "start": 931678074,
            "stop": 931678083
        },
        {
            "start": 931678107,
            "stop": 931678108
        },
        {
            "start": 931678115,
            "stop": 931678117
        }
    ]
}