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=3556
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=3557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3555",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3556,
    "results": [
        {
            "start": 871668592,
            "stop": 871668734
        },
        {
            "start": 871668751,
            "stop": 871669164
        },
        {
            "start": 871669181,
            "stop": 871669908
        },
        {
            "start": 871669925,
            "stop": 871669978
        },
        {
            "start": 871669995,
            "stop": 871670300
        },
        {
            "start": 871670317,
            "stop": 871670583
        },
        {
            "start": 871670600,
            "stop": 871671357
        },
        {
            "start": 871671418,
            "stop": 871671428
        },
        {
            "start": 871671445,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871680989
        },
        {
            "start": 871680992,
            "stop": 871681962
        },
        {
            "start": 871682156,
            "stop": 871682760
        },
        {
            "start": 871682820,
            "stop": 871683346
        },
        {
            "start": 871683363,
            "stop": 871683417
        },
        {
            "start": 871683434,
            "stop": 871683506
        },
        {
            "start": 871683523,
            "stop": 871683712
        },
        {
            "start": 871683729,
            "stop": 871683787
        },
        {
            "start": 871683821,
            "stop": 871684001
        },
        {
            "start": 871684022,
            "stop": 871684036
        }
    ]
}