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_CAT4/segments?format=api&page=8675
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8674",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8675,
    "results": [
        {
            "start": 871838248,
            "stop": 871838312
        },
        {
            "start": 871838316,
            "stop": 871838780
        },
        {
            "start": 871838797,
            "stop": 871839171
        },
        {
            "start": 871839188,
            "stop": 871839334
        },
        {
            "start": 871839338,
            "stop": 871839390
        },
        {
            "start": 871839437,
            "stop": 871839454
        },
        {
            "start": 871839574,
            "stop": 871839649
        },
        {
            "start": 871839769,
            "stop": 871839797
        },
        {
            "start": 871839814,
            "stop": 871839987
        },
        {
            "start": 871840004,
            "stop": 871840033
        },
        {
            "start": 871840050,
            "stop": 871840230
        },
        {
            "start": 871840247,
            "stop": 871840703
        },
        {
            "start": 871840720,
            "stop": 871840799
        },
        {
            "start": 871840816,
            "stop": 871841214
        },
        {
            "start": 871841244,
            "stop": 871841519
        },
        {
            "start": 871841536,
            "stop": 871841552
        },
        {
            "start": 871841569,
            "stop": 871841703
        },
        {
            "start": 871841730,
            "stop": 871841740
        },
        {
            "start": 871841875,
            "stop": 871842141
        },
        {
            "start": 871842158,
            "stop": 871842161
        }
    ]
}