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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=476",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 477,
    "results": [
        {
            "start": 828180640,
            "stop": 828182106
        },
        {
            "start": 828182314,
            "stop": 828182550
        },
        {
            "start": 828182557,
            "stop": 828185936
        },
        {
            "start": 828186197,
            "stop": 828186815
        },
        {
            "start": 828186980,
            "stop": 828190764
        },
        {
            "start": 828191101,
            "stop": 828191795
        },
        {
            "start": 828192443,
            "stop": 828192613
        },
        {
            "start": 828229006,
            "stop": 828231590
        },
        {
            "start": 828231670,
            "stop": 828233676
        },
        {
            "start": 828235162,
            "stop": 828239222
        },
        {
            "start": 828239800,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828265888
        },
        {
            "start": 828266051,
            "stop": 828281700
        },
        {
            "start": 828281940,
            "stop": 828282086
        },
        {
            "start": 828282273,
            "stop": 828283970
        },
        {
            "start": 828284050,
            "stop": 828284544
        },
        {
            "start": 828284551,
            "stop": 828284820
        },
        {
            "start": 828284880,
            "stop": 828284953
        },
        {
            "start": 828340425,
            "stop": 828342793
        },
        {
            "start": 828347857,
            "stop": 828349236
        }
    ]
}