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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=301",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 302,
    "results": [
        {
            "start": 931543924,
            "stop": 931543929
        },
        {
            "start": 931543931,
            "stop": 931543936
        },
        {
            "start": 931543937,
            "stop": 931543964
        },
        {
            "start": 931543966,
            "stop": 931543970
        },
        {
            "start": 931543972,
            "stop": 931543985
        },
        {
            "start": 931543986,
            "stop": 931543994
        },
        {
            "start": 931543995,
            "stop": 931544000
        },
        {
            "start": 931544001,
            "stop": 931544006
        },
        {
            "start": 931544009,
            "stop": 931544037
        },
        {
            "start": 931544039,
            "stop": 931544053
        },
        {
            "start": 931544055,
            "stop": 931544071
        },
        {
            "start": 931544073,
            "stop": 931544074
        },
        {
            "start": 931544076,
            "stop": 931544080
        },
        {
            "start": 931544084,
            "stop": 931544090
        },
        {
            "start": 931544092,
            "stop": 931544111
        },
        {
            "start": 931544113,
            "stop": 931544120
        },
        {
            "start": 931544122,
            "stop": 931544133
        },
        {
            "start": 931544136,
            "stop": 931544137
        },
        {
            "start": 931544139,
            "stop": 931544146
        },
        {
            "start": 931544148,
            "stop": 931544158
        }
    ]
}