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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=172",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 173,
    "results": [
        {
            "start": 821650070,
            "stop": 821650093
        },
        {
            "start": 821650099,
            "stop": 821650106
        },
        {
            "start": 821650109,
            "stop": 821650124
        },
        {
            "start": 821650131,
            "stop": 821650144
        },
        {
            "start": 821650147,
            "stop": 821650176
        },
        {
            "start": 821650179,
            "stop": 821650200
        },
        {
            "start": 821650203,
            "stop": 821650246
        },
        {
            "start": 821650249,
            "stop": 821650258
        },
        {
            "start": 821650261,
            "stop": 821650304
        },
        {
            "start": 821650307,
            "stop": 821650311
        },
        {
            "start": 821650315,
            "stop": 821650331
        },
        {
            "start": 821650334,
            "stop": 821650376
        },
        {
            "start": 821650381,
            "stop": 821650393
        },
        {
            "start": 821650396,
            "stop": 821650416
        },
        {
            "start": 821650422,
            "stop": 821650432
        },
        {
            "start": 821650435,
            "stop": 821650436
        },
        {
            "start": 821650439,
            "stop": 821650444
        },
        {
            "start": 821650447,
            "stop": 821650469
        },
        {
            "start": 821650474,
            "stop": 821650477
        },
        {
            "start": 821650480,
            "stop": 821650485
        }
    ]
}