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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=721",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 722,
    "results": [
        {
            "start": 852026505,
            "stop": 852047649
        },
        {
            "start": 852048109,
            "stop": 852051484
        },
        {
            "start": 852054527,
            "stop": 852054601
        },
        {
            "start": 852055163,
            "stop": 852056336
        },
        {
            "start": 852056338,
            "stop": 852057243
        },
        {
            "start": 852057244,
            "stop": 852057306
        },
        {
            "start": 852057307,
            "stop": 852062245
        },
        {
            "start": 852062248,
            "stop": 852062888
        },
        {
            "start": 852062890,
            "stop": 852063870
        },
        {
            "start": 852063930,
            "stop": 852064410
        },
        {
            "start": 852064470,
            "stop": 852064722
        },
        {
            "start": 852064724,
            "stop": 852065285
        },
        {
            "start": 852147338,
            "stop": 852147409
        },
        {
            "start": 852154477,
            "stop": 852156166
        },
        {
            "start": 852156816,
            "stop": 852212070
        },
        {
            "start": 852212190,
            "stop": 852212250
        },
        {
            "start": 852212310,
            "stop": 852212327
        },
        {
            "start": 852253339,
            "stop": 852257623
        },
        {
            "start": 852257625,
            "stop": 852263408
        },
        {
            "start": 852267649,
            "stop": 852276916
        }
    ]
}