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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=34",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 35,
    "results": [
        {
            "start": 816791623,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816794040
        },
        {
            "start": 816794100,
            "stop": 816795120
        },
        {
            "start": 816795300,
            "stop": 816796140
        },
        {
            "start": 816796200,
            "stop": 816796440
        },
        {
            "start": 816796500,
            "stop": 816796648
        },
        {
            "start": 816796665,
            "stop": 816797280
        },
        {
            "start": 816797340,
            "stop": 816797460
        },
        {
            "start": 816797580,
            "stop": 816797760
        },
        {
            "start": 816797820,
            "stop": 816798180
        },
        {
            "start": 816798300,
            "stop": 816798480
        },
        {
            "start": 816798540,
            "stop": 816799080
        },
        {
            "start": 816799140,
            "stop": 816799860
        },
        {
            "start": 816799920,
            "stop": 816800280
        },
        {
            "start": 816800400,
            "stop": 816800760
        },
        {
            "start": 816800820,
            "stop": 816801300
        },
        {
            "start": 816801360,
            "stop": 816801420
        },
        {
            "start": 816801480,
            "stop": 816801960
        },
        {
            "start": 816802020,
            "stop": 816802380
        },
        {
            "start": 816802560,
            "stop": 816803460
        }
    ]
}