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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=38",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 39,
    "results": [
        {
            "start": 816894714,
            "stop": 816896834
        },
        {
            "start": 816896837,
            "stop": 816897107
        },
        {
            "start": 816897110,
            "stop": 816897650
        },
        {
            "start": 816898945,
            "stop": 816900043
        },
        {
            "start": 816900046,
            "stop": 816900287
        },
        {
            "start": 816900290,
            "stop": 816901140
        },
        {
            "start": 816901601,
            "stop": 816901713
        },
        {
            "start": 816901716,
            "stop": 816901755
        },
        {
            "start": 816901758,
            "stop": 816901761
        },
        {
            "start": 816901765,
            "stop": 816903000
        },
        {
            "start": 816903003,
            "stop": 816903057
        },
        {
            "start": 816903060,
            "stop": 816903092
        },
        {
            "start": 816903095,
            "stop": 816903633
        },
        {
            "start": 816903816,
            "stop": 816903993
        },
        {
            "start": 816903996,
            "stop": 816904412
        },
        {
            "start": 816904415,
            "stop": 816904506
        },
        {
            "start": 816904510,
            "stop": 816904512
        },
        {
            "start": 816904516,
            "stop": 816905213
        },
        {
            "start": 816905216,
            "stop": 816905816
        },
        {
            "start": 816905820,
            "stop": 816905823
        }
    ]
}