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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=72",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 73,
    "results": [
        {
            "start": 818561585,
            "stop": 818561623
        },
        {
            "start": 818561682,
            "stop": 818561762
        },
        {
            "start": 818561846,
            "stop": 818564839
        },
        {
            "start": 818564984,
            "stop": 818569765
        },
        {
            "start": 818571469,
            "stop": 818571839
        },
        {
            "start": 818571991,
            "stop": 818572065
        },
        {
            "start": 818572161,
            "stop": 818572237
        },
        {
            "start": 818572427,
            "stop": 818572690
        },
        {
            "start": 818572814,
            "stop": 818572933
        },
        {
            "start": 818573031,
            "stop": 818573138
        },
        {
            "start": 818573196,
            "stop": 818573208
        },
        {
            "start": 818573251,
            "stop": 818573302
        },
        {
            "start": 818573468,
            "stop": 818573672
        },
        {
            "start": 818573774,
            "stop": 818573878
        },
        {
            "start": 818574012,
            "stop": 818574243
        },
        {
            "start": 818574427,
            "stop": 818574659
        },
        {
            "start": 818574800,
            "stop": 818574839
        },
        {
            "start": 818574916,
            "stop": 818574922
        },
        {
            "start": 818574959,
            "stop": 818575308
        },
        {
            "start": 818575445,
            "stop": 818575693
        }
    ]
}