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=3554
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=3555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3553",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3554,
    "results": [
        {
            "start": 871660505,
            "stop": 871661012
        },
        {
            "start": 871661043,
            "stop": 871661064
        },
        {
            "start": 871661081,
            "stop": 871661108
        },
        {
            "start": 871661125,
            "stop": 871661131
        },
        {
            "start": 871661148,
            "stop": 871661154
        },
        {
            "start": 871661185,
            "stop": 871661235
        },
        {
            "start": 871661268,
            "stop": 871661275
        },
        {
            "start": 871661292,
            "stop": 871661413
        },
        {
            "start": 871661456,
            "stop": 871661606
        },
        {
            "start": 871661623,
            "stop": 871661786
        },
        {
            "start": 871661803,
            "stop": 871661834
        },
        {
            "start": 871661851,
            "stop": 871662022
        },
        {
            "start": 871662039,
            "stop": 871662061
        },
        {
            "start": 871662078,
            "stop": 871662291
        },
        {
            "start": 871662308,
            "stop": 871662561
        },
        {
            "start": 871662578,
            "stop": 871662677
        },
        {
            "start": 871662695,
            "stop": 871662719
        },
        {
            "start": 871662736,
            "stop": 871662950
        },
        {
            "start": 871662967,
            "stop": 871663014
        },
        {
            "start": 871663031,
            "stop": 871663171
        }
    ]
}