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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=589",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 590,
    "results": [
        {
            "start": 836039426,
            "stop": 836039511
        },
        {
            "start": 836042727,
            "stop": 836063473
        },
        {
            "start": 836063901,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080301
        },
        {
            "start": 836082292,
            "stop": 836082661
        },
        {
            "start": 836083061,
            "stop": 836097754
        },
        {
            "start": 836098210,
            "stop": 836108863
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836116362
        },
        {
            "start": 836116364,
            "stop": 836116787
        },
        {
            "start": 836116788,
            "stop": 836117252
        },
        {
            "start": 836117254,
            "stop": 836118285
        },
        {
            "start": 836118286,
            "stop": 836118793
        },
        {
            "start": 836119868,
            "stop": 836120174
        },
        {
            "start": 836120176,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836163462
        },
        {
            "start": 836163958,
            "stop": 836165622
        },
        {
            "start": 836166022,
            "stop": 836169641
        },
        {
            "start": 836169643,
            "stop": 836169909
        }
    ]
}