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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=196",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 197,
    "results": [
        {
            "start": 826599455,
            "stop": 826599755
        },
        {
            "start": 826601068,
            "stop": 826601128
        },
        {
            "start": 826601343,
            "stop": 826601763
        },
        {
            "start": 826602089,
            "stop": 826602209
        },
        {
            "start": 826602363,
            "stop": 826602423
        },
        {
            "start": 826603076,
            "stop": 826604276
        },
        {
            "start": 826604439,
            "stop": 826604499
        },
        {
            "start": 826604676,
            "stop": 826605636
        },
        {
            "start": 826605915,
            "stop": 826607505
        },
        {
            "start": 826607642,
            "stop": 826608272
        },
        {
            "start": 826608540,
            "stop": 826609590
        },
        {
            "start": 826609768,
            "stop": 826610488
        },
        {
            "start": 826610701,
            "stop": 826612381
        },
        {
            "start": 826612579,
            "stop": 826613389
        },
        {
            "start": 826613540,
            "stop": 826614080
        },
        {
            "start": 826614275,
            "stop": 826615835
        },
        {
            "start": 826615998,
            "stop": 826616238
        },
        {
            "start": 826616405,
            "stop": 826616525
        },
        {
            "start": 826616755,
            "stop": 826617925
        },
        {
            "start": 826617955,
            "stop": 826619635
        }
    ]
}