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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1412",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1413,
    "results": [
        {
            "start": 848194707,
            "stop": 848229913
        },
        {
            "start": 848231622,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848288972,
            "stop": 848320215
        },
        {
            "start": 848320218,
            "stop": 848320261
        },
        {
            "start": 848322255,
            "stop": 848326090
        },
        {
            "start": 848326949,
            "stop": 848330572
        },
        {
            "start": 848331636,
            "stop": 848340311
        },
        {
            "start": 848340419,
            "stop": 848347193
        },
        {
            "start": 848347196,
            "stop": 848347273
        },
        {
            "start": 848348192,
            "stop": 848348353
        },
        {
            "start": 848348400,
            "stop": 848348401
        },
        {
            "start": 848383965,
            "stop": 848418253
        },
        {
            "start": 848418298,
            "stop": 848418299
        },
        {
            "start": 848418575,
            "stop": 848439973
        },
        {
            "start": 848441346,
            "stop": 848466297
        },
        {
            "start": 848468242,
            "stop": 848516060
        },
        {
            "start": 848516064,
            "stop": 848527658
        },
        {
            "start": 848531038,
            "stop": 848629982
        },
        {
            "start": 848635750,
            "stop": 848638930
        }
    ]
}