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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 90,
    "results": [
        {
            "start": 1259115524,
            "stop": 1259116880
        },
        {
            "start": 1259116885,
            "stop": 1259117573
        },
        {
            "start": 1259117577,
            "stop": 1259119463
        },
        {
            "start": 1259119466,
            "stop": 1259121453
        },
        {
            "start": 1259121455,
            "stop": 1259123166
        },
        {
            "start": 1259123170,
            "stop": 1259124634
        },
        {
            "start": 1259124639,
            "stop": 1259125854
        },
        {
            "start": 1259125858,
            "stop": 1259126052
        },
        {
            "start": 1259131422,
            "stop": 1259131769
        },
        {
            "start": 1259131772,
            "stop": 1259132328
        },
        {
            "start": 1259132332,
            "stop": 1259135543
        },
        {
            "start": 1259135548,
            "stop": 1259135639
        },
        {
            "start": 1259135644,
            "stop": 1259135757
        },
        {
            "start": 1259135762,
            "stop": 1259135774
        },
        {
            "start": 1259135779,
            "stop": 1259135794
        },
        {
            "start": 1259135799,
            "stop": 1259135828
        },
        {
            "start": 1259135833,
            "stop": 1259135858
        },
        {
            "start": 1259135863,
            "stop": 1259135890
        },
        {
            "start": 1259135895,
            "stop": 1259135909
        },
        {
            "start": 1259135914,
            "stop": 1259135917
        }
    ]
}