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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 3,
    "results": [
        {
            "start": 1238791520,
            "stop": 1238791882
        },
        {
            "start": 1238792079,
            "stop": 1238792137
        },
        {
            "start": 1238792320,
            "stop": 1238792383
        },
        {
            "start": 1238792729,
            "stop": 1238793482
        },
        {
            "start": 1238793911,
            "stop": 1238794848
        },
        {
            "start": 1238797486,
            "stop": 1238798804
        },
        {
            "start": 1238805509,
            "stop": 1238853963
        },
        {
            "start": 1238881624,
            "stop": 1238881664
        },
        {
            "start": 1238884964,
            "stop": 1238888576
        },
        {
            "start": 1238888588,
            "stop": 1238889304
        },
        {
            "start": 1238896163,
            "stop": 1238953917
        },
        {
            "start": 1238958004,
            "stop": 1238958127
        },
        {
            "start": 1238958419,
            "stop": 1238960060
        },
        {
            "start": 1238989402,
            "stop": 1238995779
        },
        {
            "start": 1238996840,
            "stop": 1239007232
        },
        {
            "start": 1239007261,
            "stop": 1239009236
        },
        {
            "start": 1239022037,
            "stop": 1239026184
        },
        {
            "start": 1239026240,
            "stop": 1239029005
        },
        {
            "start": 1239038327,
            "stop": 1239038763
        },
        {
            "start": 1239038789,
            "stop": 1239039812
        }
    ]
}