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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 146,
    "results": [
        {
            "start": 1126663681,
            "stop": 1126663682
        },
        {
            "start": 1126663684,
            "stop": 1126663685
        },
        {
            "start": 1126663690,
            "stop": 1126663691
        },
        {
            "start": 1126663694,
            "stop": 1126663697
        },
        {
            "start": 1126663699,
            "stop": 1126663777
        },
        {
            "start": 1126663779,
            "stop": 1126663787
        },
        {
            "start": 1126663790,
            "stop": 1126663799
        },
        {
            "start": 1126663803,
            "stop": 1126663825
        },
        {
            "start": 1126663827,
            "stop": 1126663840
        },
        {
            "start": 1126663841,
            "stop": 1126663844
        },
        {
            "start": 1126663846,
            "stop": 1126663847
        },
        {
            "start": 1126663855,
            "stop": 1126663856
        },
        {
            "start": 1126663858,
            "stop": 1126663868
        },
        {
            "start": 1126663876,
            "stop": 1126663881
        },
        {
            "start": 1126663883,
            "stop": 1126663888
        },
        {
            "start": 1126663890,
            "stop": 1126663896
        },
        {
            "start": 1126663897,
            "stop": 1126663913
        },
        {
            "start": 1126663916,
            "stop": 1126663927
        },
        {
            "start": 1126663928,
            "stop": 1126663940
        },
        {
            "start": 1126663941,
            "stop": 1126663950
        }
    ]
}