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=2288
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=2289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2287",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2288,
    "results": [
        {
            "start": 871061709,
            "stop": 871063545
        },
        {
            "start": 871063562,
            "stop": 871063646
        },
        {
            "start": 871063662,
            "stop": 871064330
        },
        {
            "start": 871064410,
            "stop": 871064883
        },
        {
            "start": 871064887,
            "stop": 871065170
        },
        {
            "start": 871065250,
            "stop": 871067345
        },
        {
            "start": 871067362,
            "stop": 871067543
        },
        {
            "start": 871067603,
            "stop": 871068603
        },
        {
            "start": 871068620,
            "stop": 871069301
        },
        {
            "start": 871069318,
            "stop": 871069892
        },
        {
            "start": 871069899,
            "stop": 871070454
        },
        {
            "start": 871070610,
            "stop": 871070690
        },
        {
            "start": 871070770,
            "stop": 871072732
        },
        {
            "start": 871072770,
            "stop": 871072785
        },
        {
            "start": 871072802,
            "stop": 871073292
        },
        {
            "start": 871073363,
            "stop": 871073967
        },
        {
            "start": 871074015,
            "stop": 871075142
        },
        {
            "start": 871075180,
            "stop": 871075724
        },
        {
            "start": 871076912,
            "stop": 871077950
        },
        {
            "start": 871078090,
            "stop": 871078112
        }
    ]
}