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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=128",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 129,
    "results": [
        {
            "start": 850284118,
            "stop": 850317460
        },
        {
            "start": 850324195,
            "stop": 850330150
        },
        {
            "start": 850330218,
            "stop": 850330571
        },
        {
            "start": 850330644,
            "stop": 850333879
        },
        {
            "start": 850334016,
            "stop": 850334157
        },
        {
            "start": 850334213,
            "stop": 850336590
        },
        {
            "start": 850336756,
            "stop": 850340633
        },
        {
            "start": 850340718,
            "stop": 850346073
        },
        {
            "start": 850347096,
            "stop": 850362556
        },
        {
            "start": 850362679,
            "stop": 850370278
        },
        {
            "start": 850372941,
            "stop": 850395857
        },
        {
            "start": 850397017,
            "stop": 850514502
        },
        {
            "start": 850515666,
            "stop": 850518006
        },
        {
            "start": 850519090,
            "stop": 850532649
        },
        {
            "start": 850534437,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850643036
        },
        {
            "start": 850644481,
            "stop": 850677421
        },
        {
            "start": 850678934,
            "stop": 850679386
        },
        {
            "start": 850680202,
            "stop": 850692250
        },
        {
            "start": 850693570,
            "stop": 850694604
        }
    ]
}