Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=727
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=728",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=726",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 727,
    "results": [
        {
            "start": 1267531258,
            "stop": 1267531314
        },
        {
            "start": 1267531319,
            "stop": 1267531324
        },
        {
            "start": 1267531329,
            "stop": 1267531406
        },
        {
            "start": 1267531408,
            "stop": 1267531706
        },
        {
            "start": 1267532228,
            "stop": 1267532945
        },
        {
            "start": 1267532946,
            "stop": 1267532949
        },
        {
            "start": 1267532953,
            "stop": 1267532954
        },
        {
            "start": 1267532956,
            "stop": 1267532957
        },
        {
            "start": 1267532958,
            "stop": 1267532959
        },
        {
            "start": 1267532967,
            "stop": 1267534631
        },
        {
            "start": 1267534634,
            "stop": 1267534635
        },
        {
            "start": 1267534640,
            "stop": 1267534644
        },
        {
            "start": 1267534650,
            "stop": 1267534659
        },
        {
            "start": 1267534669,
            "stop": 1267534674
        },
        {
            "start": 1267534677,
            "stop": 1267534689
        },
        {
            "start": 1267534690,
            "stop": 1267534692
        },
        {
            "start": 1267534696,
            "stop": 1267534697
        },
        {
            "start": 1267534708,
            "stop": 1267534719
        },
        {
            "start": 1267534722,
            "stop": 1267534725
        },
        {
            "start": 1267534727,
            "stop": 1267534754
        }
    ]
}