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=2360
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=2361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2359",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2360,
    "results": [
        {
            "start": 872245478,
            "stop": 872246684
        },
        {
            "start": 872246865,
            "stop": 872248096
        },
        {
            "start": 872248113,
            "stop": 872248139
        },
        {
            "start": 872248156,
            "stop": 872251610
        },
        {
            "start": 872251690,
            "stop": 872255040
        },
        {
            "start": 872255100,
            "stop": 872255417
        },
        {
            "start": 872255530,
            "stop": 872255662
        },
        {
            "start": 872255698,
            "stop": 872256110
        },
        {
            "start": 872256370,
            "stop": 872260687
        },
        {
            "start": 872260723,
            "stop": 872260742
        },
        {
            "start": 872260759,
            "stop": 872260910
        },
        {
            "start": 872260990,
            "stop": 872261947
        },
        {
            "start": 872261964,
            "stop": 872262530
        },
        {
            "start": 872262610,
            "stop": 872262759
        },
        {
            "start": 872262776,
            "stop": 872263019
        },
        {
            "start": 872263160,
            "stop": 872266085
        },
        {
            "start": 872266102,
            "stop": 872266370
        },
        {
            "start": 872266450,
            "stop": 872266751
        },
        {
            "start": 872266768,
            "stop": 872267090
        },
        {
            "start": 872267170,
            "stop": 872267895
        }
    ]
}