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=3538
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=3539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3537",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3538,
    "results": [
        {
            "start": 871551211,
            "stop": 871551262
        },
        {
            "start": 871551279,
            "stop": 871551497
        },
        {
            "start": 871551514,
            "stop": 871551521
        },
        {
            "start": 871551538,
            "stop": 871551546
        },
        {
            "start": 871551584,
            "stop": 871551674
        },
        {
            "start": 871551691,
            "stop": 871552199
        },
        {
            "start": 871552237,
            "stop": 871552249
        },
        {
            "start": 871552266,
            "stop": 871552271
        },
        {
            "start": 871552289,
            "stop": 871552324
        },
        {
            "start": 871552349,
            "stop": 871552489
        },
        {
            "start": 871552506,
            "stop": 871552542
        },
        {
            "start": 871552559,
            "stop": 871552612
        },
        {
            "start": 871552633,
            "stop": 871552672
        },
        {
            "start": 871552689,
            "stop": 871552699
        },
        {
            "start": 871552718,
            "stop": 871552727
        },
        {
            "start": 871552762,
            "stop": 871552767
        },
        {
            "start": 871552784,
            "stop": 871552971
        },
        {
            "start": 871553023,
            "stop": 871553056
        },
        {
            "start": 871553083,
            "stop": 871553340
        },
        {
            "start": 871553357,
            "stop": 871554539
        }
    ]
}