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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=364",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 365,
    "results": [
        {
            "start": 823079508,
            "stop": 823079510
        },
        {
            "start": 823079514,
            "stop": 823079517
        },
        {
            "start": 823079522,
            "stop": 823079523
        },
        {
            "start": 823079528,
            "stop": 823079530
        },
        {
            "start": 823079535,
            "stop": 823079537
        },
        {
            "start": 823079541,
            "stop": 823079570
        },
        {
            "start": 823079573,
            "stop": 823079593
        },
        {
            "start": 823079597,
            "stop": 823079600
        },
        {
            "start": 823079603,
            "stop": 823079614
        },
        {
            "start": 823079618,
            "stop": 823079621
        },
        {
            "start": 823079625,
            "stop": 823079628
        },
        {
            "start": 823079631,
            "stop": 823079668
        },
        {
            "start": 823079671,
            "stop": 823079714
        },
        {
            "start": 823079841,
            "stop": 823079885
        },
        {
            "start": 823079888,
            "stop": 823079901
        },
        {
            "start": 823079904,
            "stop": 823079922
        },
        {
            "start": 823079926,
            "stop": 823079928
        },
        {
            "start": 823079932,
            "stop": 823079954
        },
        {
            "start": 823079957,
            "stop": 823079981
        },
        {
            "start": 823079985,
            "stop": 823080019
        }
    ]
}