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=773
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=774",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=772",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 773,
    "results": [
        {
            "start": 1269067620,
            "stop": 1269067811
        },
        {
            "start": 1269067816,
            "stop": 1269068096
        },
        {
            "start": 1269068107,
            "stop": 1269068120
        },
        {
            "start": 1269068141,
            "stop": 1269068218
        },
        {
            "start": 1269068223,
            "stop": 1269068303
        },
        {
            "start": 1269068304,
            "stop": 1269068306
        },
        {
            "start": 1269068323,
            "stop": 1269068334
        },
        {
            "start": 1269068341,
            "stop": 1269068382
        },
        {
            "start": 1269068391,
            "stop": 1269068392
        },
        {
            "start": 1269068394,
            "stop": 1269068459
        },
        {
            "start": 1269068468,
            "stop": 1269068495
        },
        {
            "start": 1269068497,
            "stop": 1269068499
        },
        {
            "start": 1269068505,
            "stop": 1269068515
        },
        {
            "start": 1269068525,
            "stop": 1269068544
        },
        {
            "start": 1269068546,
            "stop": 1269068548
        },
        {
            "start": 1269068553,
            "stop": 1269068554
        },
        {
            "start": 1269068570,
            "stop": 1269068599
        },
        {
            "start": 1269068601,
            "stop": 1269069255
        },
        {
            "start": 1269069258,
            "stop": 1269070061
        },
        {
            "start": 1269070067,
            "stop": 1269070070
        }
    ]
}