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=1430
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=1431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1429",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1430,
    "results": [
        {
            "start": 852568997,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852569637
        },
        {
            "start": 852569640,
            "stop": 852570010
        },
        {
            "start": 852570013,
            "stop": 852570016
        },
        {
            "start": 852570021,
            "stop": 852570045
        },
        {
            "start": 852570049,
            "stop": 852571039
        },
        {
            "start": 852571042,
            "stop": 852574706
        },
        {
            "start": 852574709,
            "stop": 852574786
        },
        {
            "start": 852574789,
            "stop": 852574795
        },
        {
            "start": 852574938,
            "stop": 852574957
        },
        {
            "start": 852574960,
            "stop": 852574971
        },
        {
            "start": 852574974,
            "stop": 852575029
        },
        {
            "start": 852575034,
            "stop": 852576866
        },
        {
            "start": 852576870,
            "stop": 852578423
        },
        {
            "start": 852578426,
            "stop": 852578431
        },
        {
            "start": 852578435,
            "stop": 852578436
        },
        {
            "start": 852578440,
            "stop": 852578441
        },
        {
            "start": 852578446,
            "stop": 852578448
        },
        {
            "start": 852578451,
            "stop": 852578452
        },
        {
            "start": 852578457,
            "stop": 852580478
        }
    ]
}