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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=169",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 170,
    "results": [
        {
            "start": 816828301,
            "stop": 816828307
        },
        {
            "start": 816828313,
            "stop": 816828325
        },
        {
            "start": 816828329,
            "stop": 816828343
        },
        {
            "start": 816828365,
            "stop": 816828366
        },
        {
            "start": 816828373,
            "stop": 816828374
        },
        {
            "start": 816828378,
            "stop": 816828379
        },
        {
            "start": 816828382,
            "stop": 816828383
        },
        {
            "start": 816828388,
            "stop": 816828393
        },
        {
            "start": 816828397,
            "stop": 816828470
        },
        {
            "start": 816828475,
            "stop": 816828508
        },
        {
            "start": 816828512,
            "stop": 816828513
        },
        {
            "start": 816828528,
            "stop": 816828529
        },
        {
            "start": 816828544,
            "stop": 816828564
        },
        {
            "start": 816828590,
            "stop": 816828602
        },
        {
            "start": 816828608,
            "stop": 816828622
        },
        {
            "start": 816828626,
            "stop": 816828642
        },
        {
            "start": 816828648,
            "stop": 816828651
        },
        {
            "start": 816828670,
            "stop": 816828694
        },
        {
            "start": 816828697,
            "stop": 816828702
        },
        {
            "start": 816828706,
            "stop": 816828708
        }
    ]
}