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=706
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=707",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=705",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 706,
    "results": [
        {
            "start": 1266550348,
            "stop": 1266550352
        },
        {
            "start": 1266550353,
            "stop": 1266551143
        },
        {
            "start": 1266551145,
            "stop": 1266551924
        },
        {
            "start": 1266551927,
            "stop": 1266552347
        },
        {
            "start": 1266552350,
            "stop": 1266552398
        },
        {
            "start": 1266552399,
            "stop": 1266552807
        },
        {
            "start": 1266552810,
            "stop": 1266552950
        },
        {
            "start": 1266552953,
            "stop": 1266552973
        },
        {
            "start": 1266552974,
            "stop": 1266552980
        },
        {
            "start": 1266552981,
            "stop": 1266553091
        },
        {
            "start": 1266553092,
            "stop": 1266553425
        },
        {
            "start": 1266553428,
            "stop": 1266553429
        },
        {
            "start": 1266553430,
            "stop": 1266553580
        },
        {
            "start": 1266553581,
            "stop": 1266553583
        },
        {
            "start": 1266553586,
            "stop": 1266553602
        },
        {
            "start": 1266553603,
            "stop": 1266553609
        },
        {
            "start": 1266553610,
            "stop": 1266553952
        },
        {
            "start": 1266553955,
            "stop": 1266554681
        },
        {
            "start": 1266554683,
            "stop": 1266554872
        },
        {
            "start": 1266554874,
            "stop": 1266554970
        }
    ]
}