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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 132,
    "results": [
        {
            "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": 1175757922
        },
        {
            "start": 1175757926,
            "stop": 1175758663
        },
        {
            "start": 1175758664,
            "stop": 1175758665
        },
        {
            "start": 1175758667,
            "stop": 1175760717
        },
        {
            "start": 1175760718,
            "stop": 1175777266
        },
        {
            "start": 1175777267,
            "stop": 1175779746
        },
        {
            "start": 1175779750,
            "stop": 1175780181
        },
        {
            "start": 1175780185,
            "stop": 1175782544
        },
        {
            "start": 1175782548,
            "stop": 1175789933
        },
        {
            "start": 1175789937,
            "stop": 1175797097
        }
    ]
}