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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 152,
    "results": [
        {
            "start": 1418267663,
            "stop": 1418268963
        },
        {
            "start": 1418268968,
            "stop": 1418271996
        },
        {
            "start": 1418272001,
            "stop": 1418275760
        },
        {
            "start": 1418275765,
            "stop": 1418279676
        },
        {
            "start": 1418279679,
            "stop": 1418283559
        },
        {
            "start": 1418287486,
            "stop": 1418289090
        },
        {
            "start": 1418289095,
            "stop": 1418290798
        },
        {
            "start": 1418290801,
            "stop": 1418296208
        },
        {
            "start": 1418296211,
            "stop": 1418300608
        },
        {
            "start": 1418300611,
            "stop": 1418314143
        },
        {
            "start": 1418314147,
            "stop": 1418325766
        },
        {
            "start": 1418325769,
            "stop": 1418327884
        },
        {
            "start": 1418327886,
            "stop": 1418338468
        },
        {
            "start": 1418338470,
            "stop": 1418339609
        },
        {
            "start": 1418339611,
            "stop": 1418345461
        },
        {
            "start": 1418345463,
            "stop": 1418347680
        },
        {
            "start": 1418347682,
            "stop": 1418351728
        },
        {
            "start": 1418351733,
            "stop": 1418359134
        },
        {
            "start": 1418359138,
            "stop": 1418366101
        },
        {
            "start": 1418366103,
            "stop": 1418367544
        }
    ]
}