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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2958",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2959,
    "results": [
        {
            "start": 860160172,
            "stop": 860160214
        },
        {
            "start": 860160514,
            "stop": 860160520
        },
        {
            "start": 860161680,
            "stop": 860161740
        },
        {
            "start": 860164860,
            "stop": 860164906
        },
        {
            "start": 860164909,
            "stop": 860164920
        },
        {
            "start": 860167443,
            "stop": 860167553
        },
        {
            "start": 860167557,
            "stop": 860167560
        },
        {
            "start": 860206202,
            "stop": 860206765
        },
        {
            "start": 860206768,
            "stop": 860208600
        },
        {
            "start": 860208780,
            "stop": 860208944
        },
        {
            "start": 860209125,
            "stop": 860209167
        },
        {
            "start": 860209173,
            "stop": 860209175
        },
        {
            "start": 860209180,
            "stop": 860209192
        },
        {
            "start": 860209198,
            "stop": 860241197
        },
        {
            "start": 860241201,
            "stop": 860246520
        },
        {
            "start": 860246640,
            "stop": 860252021
        },
        {
            "start": 860252026,
            "stop": 860252424
        },
        {
            "start": 860271195,
            "stop": 860271245
        },
        {
            "start": 860271966,
            "stop": 860273108
        },
        {
            "start": 860274924,
            "stop": 860274955
        }
    ]
}