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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=394",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 395,
    "results": [
        {
            "start": 825942669,
            "stop": 825942671
        },
        {
            "start": 825942679,
            "stop": 825942680
        },
        {
            "start": 825942683,
            "stop": 825942684
        },
        {
            "start": 825942691,
            "stop": 825942692
        },
        {
            "start": 825942696,
            "stop": 825942697
        },
        {
            "start": 825942700,
            "stop": 825942701
        },
        {
            "start": 825942708,
            "stop": 825942709
        },
        {
            "start": 825942715,
            "stop": 825942716
        },
        {
            "start": 825942719,
            "stop": 825942720
        },
        {
            "start": 825942725,
            "stop": 825942727
        },
        {
            "start": 825942731,
            "stop": 825942732
        },
        {
            "start": 825942738,
            "stop": 825942740
        },
        {
            "start": 825942746,
            "stop": 825942749
        },
        {
            "start": 825942755,
            "stop": 825942757
        },
        {
            "start": 825942761,
            "stop": 825942763
        },
        {
            "start": 825942768,
            "stop": 825942776
        },
        {
            "start": 825942779,
            "stop": 825942782
        },
        {
            "start": 825942788,
            "stop": 825942796
        },
        {
            "start": 825942799,
            "stop": 825942806
        },
        {
            "start": 825942812,
            "stop": 825942820
        }
    ]
}