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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=71",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 72,
    "results": [
        {
            "start": 818449901,
            "stop": 818454073
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818457133
        },
        {
            "start": 818457864,
            "stop": 818460073
        },
        {
            "start": 818460089,
            "stop": 818460090
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479693
        },
        {
            "start": 818485616,
            "stop": 818493657
        },
        {
            "start": 818493701,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511504
        },
        {
            "start": 818511512,
            "stop": 818515500
        },
        {
            "start": 818515508,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818522046
        },
        {
            "start": 818522294,
            "stop": 818524753
        },
        {
            "start": 818552592,
            "stop": 818552596
        },
        {
            "start": 818557833,
            "stop": 818557914
        },
        {
            "start": 818558415,
            "stop": 818558622
        },
        {
            "start": 818559669,
            "stop": 818561476
        }
    ]
}