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=1492
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=1493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1491",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1492,
    "results": [
        {
            "start": 865864042,
            "stop": 865864217
        },
        {
            "start": 865866711,
            "stop": 865869633
        },
        {
            "start": 865869638,
            "stop": 865870222
        },
        {
            "start": 865870225,
            "stop": 865874665
        },
        {
            "start": 865874668,
            "stop": 865874672
        },
        {
            "start": 865874677,
            "stop": 865875206
        },
        {
            "start": 865875212,
            "stop": 865875215
        },
        {
            "start": 865875218,
            "stop": 865875220
        },
        {
            "start": 865875223,
            "stop": 865876507
        },
        {
            "start": 865877681,
            "stop": 865883669
        },
        {
            "start": 865883672,
            "stop": 865883676
        },
        {
            "start": 865883689,
            "stop": 865885147
        },
        {
            "start": 865885153,
            "stop": 865885154
        },
        {
            "start": 865885158,
            "stop": 865885167
        },
        {
            "start": 865885170,
            "stop": 865885171
        },
        {
            "start": 865885174,
            "stop": 865885218
        },
        {
            "start": 865886115,
            "stop": 865887815
        },
        {
            "start": 865887911,
            "stop": 865893492
        },
        {
            "start": 865897984,
            "stop": 865907572
        },
        {
            "start": 865907575,
            "stop": 865949783
        }
    ]
}