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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5105",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5106,
    "results": [
        {
            "start": 1135886315,
            "stop": 1135886426
        },
        {
            "start": 1135886428,
            "stop": 1135886434
        },
        {
            "start": 1135886436,
            "stop": 1135886471
        },
        {
            "start": 1135886473,
            "stop": 1135886494
        },
        {
            "start": 1135886496,
            "stop": 1135886577
        },
        {
            "start": 1135886579,
            "stop": 1135886580
        },
        {
            "start": 1135886582,
            "stop": 1135886623
        },
        {
            "start": 1135886625,
            "stop": 1135886633
        },
        {
            "start": 1135886635,
            "stop": 1135886669
        },
        {
            "start": 1135886671,
            "stop": 1135886685
        },
        {
            "start": 1135886687,
            "stop": 1135887199
        },
        {
            "start": 1135887201,
            "stop": 1135887212
        },
        {
            "start": 1135887214,
            "stop": 1135887216
        },
        {
            "start": 1135887218,
            "stop": 1135887232
        },
        {
            "start": 1135887234,
            "stop": 1135887247
        },
        {
            "start": 1135887249,
            "stop": 1135887250
        },
        {
            "start": 1135887252,
            "stop": 1135887436
        },
        {
            "start": 1135887438,
            "stop": 1135887451
        },
        {
            "start": 1135887453,
            "stop": 1135887474
        },
        {
            "start": 1135887476,
            "stop": 1135887478
        }
    ]
}