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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=58",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 59,
    "results": [
        {
            "start": 822152436,
            "stop": 822153290
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179643
        },
        {
            "start": 822179943,
            "stop": 822182910
        },
        {
            "start": 822183781,
            "stop": 822184950
        },
        {
            "start": 822185010,
            "stop": 822185014
        },
        {
            "start": 822185719,
            "stop": 822192510
        },
        {
            "start": 822192570,
            "stop": 822194569
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822205353
        },
        {
            "start": 822205653,
            "stop": 822205661
        },
        {
            "start": 822205961,
            "stop": 822208567
        },
        {
            "start": 822208867,
            "stop": 822209074
        },
        {
            "start": 822209413,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822233491
        },
        {
            "start": 822233791,
            "stop": 822233846
        },
        {
            "start": 822233956,
            "stop": 822238662
        },
        {
            "start": 822243518,
            "stop": 822243719
        },
        {
            "start": 822244032,
            "stop": 822244252
        },
        {
            "start": 822245031,
            "stop": 822248082
        }
    ]
}