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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=249",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 250,
    "results": [
        {
            "start": 827596690,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827615490
        },
        {
            "start": 827615550,
            "stop": 827615610
        },
        {
            "start": 827615670,
            "stop": 827616450
        },
        {
            "start": 827616510,
            "stop": 827617050
        },
        {
            "start": 827617110,
            "stop": 827617128
        },
        {
            "start": 827617235,
            "stop": 827617710
        },
        {
            "start": 827617770,
            "stop": 827618210
        },
        {
            "start": 827620359,
            "stop": 827621599
        },
        {
            "start": 827621604,
            "stop": 827621663
        },
        {
            "start": 827621672,
            "stop": 827621673
        },
        {
            "start": 827621675,
            "stop": 827621970
        },
        {
            "start": 827622030,
            "stop": 827625085
        },
        {
            "start": 827625090,
            "stop": 827678782
        },
        {
            "start": 827678788,
            "stop": 827681225
        },
        {
            "start": 827681230,
            "stop": 827681245
        },
        {
            "start": 827681250,
            "stop": 827681370
        },
        {
            "start": 827681490,
            "stop": 827683745
        },
        {
            "start": 827683748,
            "stop": 827683810
        }
    ]
}