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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=26",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 27,
    "results": [
        {
            "start": 816891503,
            "stop": 816892468
        },
        {
            "start": 816894486,
            "stop": 816894586
        },
        {
            "start": 816894589,
            "stop": 816894711
        },
        {
            "start": 816894714,
            "stop": 816896834
        },
        {
            "start": 816896837,
            "stop": 816897107
        },
        {
            "start": 816897110,
            "stop": 816897650
        },
        {
            "start": 816898945,
            "stop": 816900043
        },
        {
            "start": 816900046,
            "stop": 816900287
        },
        {
            "start": 816900290,
            "stop": 816901147
        },
        {
            "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": 816903993
        },
        {
            "start": 816903996,
            "stop": 816904412
        },
        {
            "start": 816904415,
            "stop": 816904506
        },
        {
            "start": 816904510,
            "stop": 816904512
        },
        {
            "start": 816904516,
            "stop": 816905213
        }
    ]
}