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=634
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=635",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=633",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 634,
    "results": [
        {
            "start": 1265727782,
            "stop": 1265727786
        },
        {
            "start": 1265727787,
            "stop": 1265728008
        },
        {
            "start": 1265728013,
            "stop": 1265728178
        },
        {
            "start": 1265728183,
            "stop": 1265728463
        },
        {
            "start": 1265728468,
            "stop": 1265728643
        },
        {
            "start": 1265728646,
            "stop": 1265728668
        },
        {
            "start": 1265728673,
            "stop": 1265728685
        },
        {
            "start": 1265728690,
            "stop": 1265728740
        },
        {
            "start": 1265728745,
            "stop": 1265728938
        },
        {
            "start": 1265728943,
            "stop": 1265729163
        },
        {
            "start": 1265729168,
            "stop": 1265729326
        },
        {
            "start": 1265729331,
            "stop": 1265729558
        },
        {
            "start": 1265729563,
            "stop": 1265729613
        },
        {
            "start": 1265729618,
            "stop": 1265729805
        },
        {
            "start": 1265729810,
            "stop": 1265729872
        },
        {
            "start": 1265729874,
            "stop": 1265730179
        },
        {
            "start": 1265730184,
            "stop": 1265730752
        },
        {
            "start": 1265730753,
            "stop": 1265730906
        },
        {
            "start": 1265730909,
            "stop": 1265730950
        },
        {
            "start": 1265730955,
            "stop": 1265730958
        }
    ]
}