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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=272",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 273,
    "results": [
        {
            "start": 822452032,
            "stop": 822453568
        },
        {
            "start": 822453575,
            "stop": 822455993
        },
        {
            "start": 822456000,
            "stop": 822457316
        },
        {
            "start": 822457323,
            "stop": 822458313
        },
        {
            "start": 822458327,
            "stop": 822458690
        },
        {
            "start": 822458697,
            "stop": 822459687
        },
        {
            "start": 822459694,
            "stop": 822460480
        },
        {
            "start": 822460493,
            "stop": 822460696
        },
        {
            "start": 822460703,
            "stop": 822460854
        },
        {
            "start": 822460882,
            "stop": 822460883
        },
        {
            "start": 822460933,
            "stop": 822461117
        },
        {
            "start": 822461124,
            "stop": 822461291
        },
        {
            "start": 822461295,
            "stop": 822462210
        },
        {
            "start": 822462217,
            "stop": 822462628
        },
        {
            "start": 822462635,
            "stop": 822463693
        },
        {
            "start": 822463721,
            "stop": 822463722
        },
        {
            "start": 822463767,
            "stop": 822466769
        },
        {
            "start": 822466776,
            "stop": 822466944
        },
        {
            "start": 822466952,
            "stop": 822467163
        },
        {
            "start": 822467170,
            "stop": 822467175
        }
    ]
}