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=2294
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=2295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2293",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2294,
    "results": [
        {
            "start": 871236430,
            "stop": 871236480
        },
        {
            "start": 871236540,
            "stop": 871236570
        },
        {
            "start": 871236743,
            "stop": 871238030
        },
        {
            "start": 871238110,
            "stop": 871238585
        },
        {
            "start": 871238592,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871241750
        },
        {
            "start": 871241830,
            "stop": 871242230
        },
        {
            "start": 871242310,
            "stop": 871242389
        },
        {
            "start": 871242406,
            "stop": 871243107
        },
        {
            "start": 871243113,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252560
        },
        {
            "start": 871252680,
            "stop": 871252907
        },
        {
            "start": 871253053,
            "stop": 871253090
        },
        {
            "start": 871253170,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871271580
        },
        {
            "start": 871271640,
            "stop": 871271700
        },
        {
            "start": 871271820,
            "stop": 871272397
        },
        {
            "start": 871274280,
            "stop": 871274400
        },
        {
            "start": 871274520,
            "stop": 871274640
        },
        {
            "start": 871274700,
            "stop": 871274760
        }
    ]
}