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=1395
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=1396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1394",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1395,
    "results": [
        {
            "start": 844620485,
            "stop": 844620598
        },
        {
            "start": 844620602,
            "stop": 844623102
        },
        {
            "start": 844652839,
            "stop": 844697833
        },
        {
            "start": 844701700,
            "stop": 844705141
        },
        {
            "start": 844705392,
            "stop": 844706944
        },
        {
            "start": 844706947,
            "stop": 844707853
        },
        {
            "start": 844753508,
            "stop": 844771273
        },
        {
            "start": 844773905,
            "stop": 844783185
        },
        {
            "start": 844783189,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844788182
        },
        {
            "start": 844788185,
            "stop": 844788188
        },
        {
            "start": 844788191,
            "stop": 844788199
        },
        {
            "start": 844788202,
            "stop": 844792662
        },
        {
            "start": 844792666,
            "stop": 844792672
        },
        {
            "start": 844792675,
            "stop": 844793296
        },
        {
            "start": 844812803,
            "stop": 844818773
        },
        {
            "start": 844818779,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844851082
        },
        {
            "start": 844859597,
            "stop": 844870213
        },
        {
            "start": 844876949,
            "stop": 844878836
        }
    ]
}