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=3581
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=3582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3580",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3581,
    "results": [
        {
            "start": 871798211,
            "stop": 871798225
        },
        {
            "start": 871798242,
            "stop": 871799128
        },
        {
            "start": 871799145,
            "stop": 871800273
        },
        {
            "start": 871800290,
            "stop": 871800366
        },
        {
            "start": 871800390,
            "stop": 871800504
        },
        {
            "start": 871800521,
            "stop": 871800962
        },
        {
            "start": 871800979,
            "stop": 871801398
        },
        {
            "start": 871801415,
            "stop": 871801956
        },
        {
            "start": 871801973,
            "stop": 871802739
        },
        {
            "start": 871802756,
            "stop": 871803276
        },
        {
            "start": 871803614,
            "stop": 871803795
        },
        {
            "start": 871803820,
            "stop": 871804237
        },
        {
            "start": 871804254,
            "stop": 871804301
        },
        {
            "start": 871804318,
            "stop": 871807244
        },
        {
            "start": 871807425,
            "stop": 871808824
        },
        {
            "start": 871808841,
            "stop": 871809154
        },
        {
            "start": 871809171,
            "stop": 871810582
        },
        {
            "start": 871810599,
            "stop": 871811271
        },
        {
            "start": 871811288,
            "stop": 871811652
        },
        {
            "start": 871811669,
            "stop": 871811722
        }
    ]
}