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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=311",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 312,
    "results": [
        {
            "start": 821744203,
            "stop": 821744218
        },
        {
            "start": 821744225,
            "stop": 821744226
        },
        {
            "start": 821744229,
            "stop": 821744230
        },
        {
            "start": 821744233,
            "stop": 821744234
        },
        {
            "start": 821744239,
            "stop": 821744264
        },
        {
            "start": 821744267,
            "stop": 821744277
        },
        {
            "start": 821744280,
            "stop": 821744282
        },
        {
            "start": 821744288,
            "stop": 821744295
        },
        {
            "start": 821744302,
            "stop": 821744318
        },
        {
            "start": 821744321,
            "stop": 821744331
        },
        {
            "start": 821744334,
            "stop": 821744345
        },
        {
            "start": 821744348,
            "stop": 821744351
        },
        {
            "start": 821744361,
            "stop": 821744363
        },
        {
            "start": 821744367,
            "stop": 821744368
        },
        {
            "start": 821744373,
            "stop": 821744378
        },
        {
            "start": 821744381,
            "stop": 821744387
        },
        {
            "start": 821744390,
            "stop": 821744398
        },
        {
            "start": 821744403,
            "stop": 821744408
        },
        {
            "start": 821744411,
            "stop": 821744457
        },
        {
            "start": 821744462,
            "stop": 821744472
        }
    ]
}