Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=95",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 96,
    "results": [
        {
            "start": 1175704766,
            "stop": 1175706169
        },
        {
            "start": 1175706170,
            "stop": 1175706198
        },
        {
            "start": 1175706545,
            "stop": 1175709363
        },
        {
            "start": 1175709365,
            "stop": 1175755357
        },
        {
            "start": 1175755358,
            "stop": 1175755365
        },
        {
            "start": 1175755366,
            "stop": 1175755699
        },
        {
            "start": 1175755700,
            "stop": 1175755846
        },
        {
            "start": 1175755847,
            "stop": 1175756016
        },
        {
            "start": 1175756017,
            "stop": 1175756024
        },
        {
            "start": 1175756025,
            "stop": 1175756684
        },
        {
            "start": 1175756685,
            "stop": 1175756686
        },
        {
            "start": 1175756687,
            "stop": 1175756691
        },
        {
            "start": 1175756692,
            "stop": 1175756694
        },
        {
            "start": 1175756695,
            "stop": 1175756707
        },
        {
            "start": 1175756710,
            "stop": 1175756716
        },
        {
            "start": 1175756717,
            "stop": 1175757685
        },
        {
            "start": 1175757686,
            "stop": 1175758663
        },
        {
            "start": 1175758664,
            "stop": 1175758665
        },
        {
            "start": 1175758667,
            "stop": 1175760717
        },
        {
            "start": 1175760718,
            "stop": 1175777266
        }
    ]
}