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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3578",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3579,
    "results": [
        {
            "start": 871783594,
            "stop": 871783595
        },
        {
            "start": 871783628,
            "stop": 871783685
        },
        {
            "start": 871783725,
            "stop": 871783748
        },
        {
            "start": 871783780,
            "stop": 871783803
        },
        {
            "start": 871783825,
            "stop": 871784177
        },
        {
            "start": 871784194,
            "stop": 871784426
        },
        {
            "start": 871784443,
            "stop": 871784812
        },
        {
            "start": 871784829,
            "stop": 871784871
        },
        {
            "start": 871784874,
            "stop": 871785009
        },
        {
            "start": 871785026,
            "stop": 871785029
        },
        {
            "start": 871785046,
            "stop": 871785417
        },
        {
            "start": 871785434,
            "stop": 871786406
        },
        {
            "start": 871786423,
            "stop": 871787010
        },
        {
            "start": 871787027,
            "stop": 871787137
        },
        {
            "start": 871787154,
            "stop": 871787558
        },
        {
            "start": 871787575,
            "stop": 871787599
        },
        {
            "start": 871787616,
            "stop": 871787725
        },
        {
            "start": 871787742,
            "stop": 871787945
        },
        {
            "start": 871787962,
            "stop": 871788368
        },
        {
            "start": 871788385,
            "stop": 871788960
        }
    ]
}