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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=97",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 98,
    "results": [
        {
            "start": 1259408799,
            "stop": 1259408802
        },
        {
            "start": 1259408803,
            "stop": 1259408804
        },
        {
            "start": 1259408805,
            "stop": 1259408806
        },
        {
            "start": 1259408807,
            "stop": 1259408808
        },
        {
            "start": 1259408811,
            "stop": 1259408812
        },
        {
            "start": 1259408818,
            "stop": 1259408825
        },
        {
            "start": 1259408826,
            "stop": 1259408827
        },
        {
            "start": 1259408828,
            "stop": 1259408829
        },
        {
            "start": 1259408831,
            "stop": 1259408839
        },
        {
            "start": 1259408841,
            "stop": 1259408843
        },
        {
            "start": 1259408844,
            "stop": 1259408846
        },
        {
            "start": 1259408848,
            "stop": 1259408851
        },
        {
            "start": 1259408852,
            "stop": 1259408853
        },
        {
            "start": 1259408854,
            "stop": 1259408906
        },
        {
            "start": 1259408911,
            "stop": 1259408967
        },
        {
            "start": 1259408969,
            "stop": 1259408979
        },
        {
            "start": 1259408981,
            "stop": 1259409016
        },
        {
            "start": 1259409017,
            "stop": 1259409037
        },
        {
            "start": 1259409039,
            "stop": 1259409040
        },
        {
            "start": 1259409041,
            "stop": 1259409046
        }
    ]
}