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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2353",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2354,
    "results": [
        {
            "start": 872136785,
            "stop": 872139715
        },
        {
            "start": 872139732,
            "stop": 872140913
        },
        {
            "start": 872140949,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872147168
        },
        {
            "start": 872147185,
            "stop": 872149667
        },
        {
            "start": 872149684,
            "stop": 872151688
        },
        {
            "start": 872151705,
            "stop": 872151715
        },
        {
            "start": 872151732,
            "stop": 872151782
        },
        {
            "start": 872151799,
            "stop": 872151870
        },
        {
            "start": 872151887,
            "stop": 872152028
        },
        {
            "start": 872152045,
            "stop": 872152186
        },
        {
            "start": 872152203,
            "stop": 872152665
        },
        {
            "start": 872152682,
            "stop": 872152685
        },
        {
            "start": 872152702,
            "stop": 872154788
        },
        {
            "start": 872154805,
            "stop": 872155436
        },
        {
            "start": 872155453,
            "stop": 872155567
        },
        {
            "start": 872155584,
            "stop": 872158447
        },
        {
            "start": 872158464,
            "stop": 872159185
        },
        {
            "start": 872159202,
            "stop": 872160508
        },
        {
            "start": 872160525,
            "stop": 872160840
        }
    ]
}