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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8082",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8080",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8081,
    "results": [
        {
            "start": 970585225,
            "stop": 970585229
        },
        {
            "start": 970585239,
            "stop": 970585240
        },
        {
            "start": 970585249,
            "stop": 970585250
        },
        {
            "start": 970585256,
            "stop": 970585257
        },
        {
            "start": 970585308,
            "stop": 970585310
        },
        {
            "start": 970585342,
            "stop": 970585379
        },
        {
            "start": 970585382,
            "stop": 970585811
        },
        {
            "start": 970585918,
            "stop": 970585919
        },
        {
            "start": 970585944,
            "stop": 970585964
        },
        {
            "start": 970585967,
            "stop": 970586046
        },
        {
            "start": 970586068,
            "stop": 970586074
        },
        {
            "start": 970586095,
            "stop": 970586130
        },
        {
            "start": 970586141,
            "stop": 970586362
        },
        {
            "start": 970586365,
            "stop": 970586368
        },
        {
            "start": 970592304,
            "stop": 970592459
        },
        {
            "start": 970592462,
            "stop": 970592478
        },
        {
            "start": 970596480,
            "stop": 970596505
        },
        {
            "start": 970596509,
            "stop": 970596511
        },
        {
            "start": 970596514,
            "stop": 970596614
        },
        {
            "start": 970596751,
            "stop": 970596790
        }
    ]
}