Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=102",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 103,
    "results": [
        {
            "start": 850667071,
            "stop": 850674322
        },
        {
            "start": 850675021,
            "stop": 850677428
        },
        {
            "start": 850678933,
            "stop": 850679386
        },
        {
            "start": 850680081,
            "stop": 850692258
        },
        {
            "start": 850693703,
            "stop": 850694601
        },
        {
            "start": 850695939,
            "stop": 850697190
        },
        {
            "start": 850697887,
            "stop": 850715828
        },
        {
            "start": 850719182,
            "stop": 850744876
        },
        {
            "start": 850747158,
            "stop": 850749608
        },
        {
            "start": 850750596,
            "stop": 850757489
        },
        {
            "start": 850758247,
            "stop": 850759959
        },
        {
            "start": 850767927,
            "stop": 850777168
        },
        {
            "start": 850779057,
            "stop": 850780667
        },
        {
            "start": 850784412,
            "stop": 850825156
        },
        {
            "start": 850827133,
            "stop": 850841084
        },
        {
            "start": 850842252,
            "stop": 850853420
        },
        {
            "start": 850854708,
            "stop": 850856890
        },
        {
            "start": 850860212,
            "stop": 850880240
        },
        {
            "start": 850881680,
            "stop": 851033111
        },
        {
            "start": 851034582,
            "stop": 851038875
        }
    ]
}