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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=339",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 340,
    "results": [
        {
            "start": 821751934,
            "stop": 821751936
        },
        {
            "start": 821751939,
            "stop": 821751966
        },
        {
            "start": 821751969,
            "stop": 821751971
        },
        {
            "start": 821751974,
            "stop": 821751975
        },
        {
            "start": 821751982,
            "stop": 821751985
        },
        {
            "start": 821751989,
            "stop": 821751990
        },
        {
            "start": 821751993,
            "stop": 821752000
        },
        {
            "start": 821752013,
            "stop": 821752017
        },
        {
            "start": 821752023,
            "stop": 821752025
        },
        {
            "start": 821752030,
            "stop": 821752032
        },
        {
            "start": 821752037,
            "stop": 821752043
        },
        {
            "start": 821752046,
            "stop": 821752047
        },
        {
            "start": 821752050,
            "stop": 821752059
        },
        {
            "start": 821752062,
            "stop": 821752071
        },
        {
            "start": 821752075,
            "stop": 821752080
        },
        {
            "start": 821752085,
            "stop": 821752091
        },
        {
            "start": 821752098,
            "stop": 821752099
        },
        {
            "start": 821752108,
            "stop": 821752111
        },
        {
            "start": 821752114,
            "stop": 821752115
        },
        {
            "start": 821752120,
            "stop": 821752124
        }
    ]
}