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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 42,
    "results": [
        {
            "start": 1257296641,
            "stop": 1257296852
        },
        {
            "start": 1257296855,
            "stop": 1257296936
        },
        {
            "start": 1257296939,
            "stop": 1257298019
        },
        {
            "start": 1257298022,
            "stop": 1257298313
        },
        {
            "start": 1257298316,
            "stop": 1257298794
        },
        {
            "start": 1257298800,
            "stop": 1257298805
        },
        {
            "start": 1257298808,
            "stop": 1257299284
        },
        {
            "start": 1257299287,
            "stop": 1257299800
        },
        {
            "start": 1257299803,
            "stop": 1257299807
        },
        {
            "start": 1257299810,
            "stop": 1257299953
        },
        {
            "start": 1257299956,
            "stop": 1257299964
        },
        {
            "start": 1257299972,
            "stop": 1257300006
        },
        {
            "start": 1257300009,
            "stop": 1257300198
        },
        {
            "start": 1257300265,
            "stop": 1257300280
        },
        {
            "start": 1257300283,
            "stop": 1257300566
        },
        {
            "start": 1257300574,
            "stop": 1257300820
        },
        {
            "start": 1257300821,
            "stop": 1257301004
        },
        {
            "start": 1257301007,
            "stop": 1257301026
        },
        {
            "start": 1257301029,
            "stop": 1257301030
        },
        {
            "start": 1257301036,
            "stop": 1257301187
        }
    ]
}