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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=160",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 161,
    "results": [
        {
            "start": 840337503,
            "stop": 840339142
        },
        {
            "start": 840339746,
            "stop": 840342014
        },
        {
            "start": 840342487,
            "stop": 840344054
        },
        {
            "start": 840344662,
            "stop": 840346881
        },
        {
            "start": 840347399,
            "stop": 840348000
        },
        {
            "start": 840348452,
            "stop": 840348979
        },
        {
            "start": 840349379,
            "stop": 840354025
        },
        {
            "start": 840354425,
            "stop": 840362966
        },
        {
            "start": 840363567,
            "stop": 840366487
        },
        {
            "start": 840367058,
            "stop": 840370371
        },
        {
            "start": 840370968,
            "stop": 840372827
        },
        {
            "start": 840373426,
            "stop": 840403564
        },
        {
            "start": 840403566,
            "stop": 840403568
        },
        {
            "start": 840405701,
            "stop": 840406179
        },
        {
            "start": 840406182,
            "stop": 840416344
        },
        {
            "start": 840416876,
            "stop": 840417536
        },
        {
            "start": 840417947,
            "stop": 840418497
        },
        {
            "start": 840418897,
            "stop": 840486735
        },
        {
            "start": 840486737,
            "stop": 840488385
        },
        {
            "start": 840489766,
            "stop": 840491614
        }
    ]
}