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=3585
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=3586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3584",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3585,
    "results": [
        {
            "start": 871839188,
            "stop": 871839334
        },
        {
            "start": 871839338,
            "stop": 871839390
        },
        {
            "start": 871839420,
            "stop": 871839480
        },
        {
            "start": 871839540,
            "stop": 871839797
        },
        {
            "start": 871839814,
            "stop": 871839987
        },
        {
            "start": 871840004,
            "stop": 871840033
        },
        {
            "start": 871840050,
            "stop": 871840230
        },
        {
            "start": 871840247,
            "stop": 871840702
        },
        {
            "start": 871840720,
            "stop": 871840799
        },
        {
            "start": 871840816,
            "stop": 871841212
        },
        {
            "start": 871841244,
            "stop": 871841284
        },
        {
            "start": 871841301,
            "stop": 871841519
        },
        {
            "start": 871841536,
            "stop": 871841552
        },
        {
            "start": 871841569,
            "stop": 871841698
        },
        {
            "start": 871841759,
            "stop": 871841768
        },
        {
            "start": 871841785,
            "stop": 871842118
        },
        {
            "start": 871842137,
            "stop": 871842141
        },
        {
            "start": 871842159,
            "stop": 871842163
        },
        {
            "start": 871842183,
            "stop": 871842217
        },
        {
            "start": 871842235,
            "stop": 871842271
        }
    ]
}