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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 131,
    "results": [
        {
            "start": 1260190591,
            "stop": 1260190610
        },
        {
            "start": 1260190615,
            "stop": 1260190691
        },
        {
            "start": 1260190696,
            "stop": 1260190738
        },
        {
            "start": 1260190743,
            "stop": 1260190970
        },
        {
            "start": 1260190975,
            "stop": 1260191417
        },
        {
            "start": 1260191422,
            "stop": 1260191495
        },
        {
            "start": 1260191500,
            "stop": 1260191609
        },
        {
            "start": 1260191614,
            "stop": 1260191859
        },
        {
            "start": 1260191864,
            "stop": 1260192231
        },
        {
            "start": 1260192236,
            "stop": 1260192549
        },
        {
            "start": 1260192552,
            "stop": 1260192940
        },
        {
            "start": 1260192945,
            "stop": 1260192999
        },
        {
            "start": 1260193004,
            "stop": 1260193856
        },
        {
            "start": 1260193861,
            "stop": 1260194176
        },
        {
            "start": 1260194181,
            "stop": 1260195553
        },
        {
            "start": 1260195555,
            "stop": 1260196072
        },
        {
            "start": 1260196077,
            "stop": 1260197476
        },
        {
            "start": 1260197481,
            "stop": 1260197822
        },
        {
            "start": 1260197827,
            "stop": 1260197855
        },
        {
            "start": 1260197860,
            "stop": 1260198401
        }
    ]
}