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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=346",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 347,
    "results": [
        {
            "start": 846579375,
            "stop": 846598903
        },
        {
            "start": 846603225,
            "stop": 846604112
        },
        {
            "start": 846604858,
            "stop": 846605124
        },
        {
            "start": 846605691,
            "stop": 846607844
        },
        {
            "start": 846608129,
            "stop": 846620741
        },
        {
            "start": 846621056,
            "stop": 846623549
        },
        {
            "start": 846626863,
            "stop": 846627616
        },
        {
            "start": 846627618,
            "stop": 846656469
        },
        {
            "start": 846656470,
            "stop": 846658793
        },
        {
            "start": 846658795,
            "stop": 846662816
        },
        {
            "start": 846663353,
            "stop": 846666365
        },
        {
            "start": 846667288,
            "stop": 846689655
        },
        {
            "start": 846690077,
            "stop": 846691677
        },
        {
            "start": 846691678,
            "stop": 846691707
        },
        {
            "start": 846692253,
            "stop": 846694747
        },
        {
            "start": 846694887,
            "stop": 846702579
        },
        {
            "start": 846704885,
            "stop": 846720102
        },
        {
            "start": 846720167,
            "stop": 846728201
        },
        {
            "start": 846728270,
            "stop": 846728356
        },
        {
            "start": 846728463,
            "stop": 846735642
        }
    ]
}