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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=68",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 69,
    "results": [
        {
            "start": 931264566,
            "stop": 931264584
        },
        {
            "start": 931264586,
            "stop": 931264606
        },
        {
            "start": 931264608,
            "stop": 931264613
        },
        {
            "start": 931264615,
            "stop": 931264618
        },
        {
            "start": 931264619,
            "stop": 931264650
        },
        {
            "start": 931264652,
            "stop": 931264655
        },
        {
            "start": 931264656,
            "stop": 931264660
        },
        {
            "start": 931264662,
            "stop": 931264778
        },
        {
            "start": 931264780,
            "stop": 931264809
        },
        {
            "start": 931264814,
            "stop": 931264822
        },
        {
            "start": 931264824,
            "stop": 931264863
        },
        {
            "start": 931264865,
            "stop": 931264893
        },
        {
            "start": 931264895,
            "stop": 931264934
        },
        {
            "start": 931264935,
            "stop": 931264961
        },
        {
            "start": 931264962,
            "stop": 931264968
        },
        {
            "start": 931264970,
            "stop": 931264993
        },
        {
            "start": 931264995,
            "stop": 931264999
        },
        {
            "start": 931265002,
            "stop": 931265003
        },
        {
            "start": 931265004,
            "stop": 931265009
        },
        {
            "start": 931265012,
            "stop": 931265027
        }
    ]
}