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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=805",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=803",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 804,
    "results": [
        {
            "start": 1268618327,
            "stop": 1268620176
        },
        {
            "start": 1268620177,
            "stop": 1268620382
        },
        {
            "start": 1268620383,
            "stop": 1268620386
        },
        {
            "start": 1268620387,
            "stop": 1268620390
        },
        {
            "start": 1268620391,
            "stop": 1268620393
        },
        {
            "start": 1268620394,
            "stop": 1268620766
        },
        {
            "start": 1268620769,
            "stop": 1268621879
        },
        {
            "start": 1268624226,
            "stop": 1268625447
        },
        {
            "start": 1268625448,
            "stop": 1268625888
        },
        {
            "start": 1268625891,
            "stop": 1268627092
        },
        {
            "start": 1268627093,
            "stop": 1268627158
        },
        {
            "start": 1268627159,
            "stop": 1268627168
        },
        {
            "start": 1268627169,
            "stop": 1268627170
        },
        {
            "start": 1268627171,
            "stop": 1268627236
        },
        {
            "start": 1268627237,
            "stop": 1268627417
        },
        {
            "start": 1268627418,
            "stop": 1268627472
        },
        {
            "start": 1268627473,
            "stop": 1268627531
        },
        {
            "start": 1268627532,
            "stop": 1268627563
        },
        {
            "start": 1268627564,
            "stop": 1268627579
        },
        {
            "start": 1268627580,
            "stop": 1268627613
        }
    ]
}