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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=210",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 211,
    "results": [
        {
            "start": 850331099,
            "stop": 850331123
        },
        {
            "start": 850331910,
            "stop": 850346039
        },
        {
            "start": 850346506,
            "stop": 850349136
        },
        {
            "start": 850349161,
            "stop": 850362242
        },
        {
            "start": 850363263,
            "stop": 850370145
        },
        {
            "start": 850373568,
            "stop": 850378556
        },
        {
            "start": 850378594,
            "stop": 850385039
        },
        {
            "start": 850385042,
            "stop": 850395793
        },
        {
            "start": 850397098,
            "stop": 850405213
        },
        {
            "start": 850406348,
            "stop": 850407974
        },
        {
            "start": 850407977,
            "stop": 850426197
        },
        {
            "start": 850426200,
            "stop": 850437877
        },
        {
            "start": 850437880,
            "stop": 850461595
        },
        {
            "start": 850461599,
            "stop": 850488162
        },
        {
            "start": 850490026,
            "stop": 850490739
        },
        {
            "start": 850491543,
            "stop": 850495121
        },
        {
            "start": 850495124,
            "stop": 850500512
        },
        {
            "start": 850500516,
            "stop": 850514471
        },
        {
            "start": 850515309,
            "stop": 850517953
        },
        {
            "start": 850518897,
            "stop": 850522701
        }
    ]
}