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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=677",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 678,
    "results": [
        {
            "start": 1265266715,
            "stop": 1265266717
        },
        {
            "start": 1265266719,
            "stop": 1265266731
        },
        {
            "start": 1265266732,
            "stop": 1265266733
        },
        {
            "start": 1265266734,
            "stop": 1265266750
        },
        {
            "start": 1265266752,
            "stop": 1265266767
        },
        {
            "start": 1265266770,
            "stop": 1265266785
        },
        {
            "start": 1265266787,
            "stop": 1265266803
        },
        {
            "start": 1265266805,
            "stop": 1265266818
        },
        {
            "start": 1265266820,
            "stop": 1265266822
        },
        {
            "start": 1265266823,
            "stop": 1265266887
        },
        {
            "start": 1265266888,
            "stop": 1265266889
        },
        {
            "start": 1265266890,
            "stop": 1265266904
        },
        {
            "start": 1265266907,
            "stop": 1265276036
        },
        {
            "start": 1265276039,
            "stop": 1265276178
        },
        {
            "start": 1265276181,
            "stop": 1265277725
        },
        {
            "start": 1265277728,
            "stop": 1265278419
        },
        {
            "start": 1265278422,
            "stop": 1265279952
        },
        {
            "start": 1265279954,
            "stop": 1265281460
        },
        {
            "start": 1265281463,
            "stop": 1265282068
        },
        {
            "start": 1265282071,
            "stop": 1265282652
        }
    ]
}