Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=280
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=279",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 280,
    "results": [
        {
            "start": 850336756,
            "stop": 850340593
        },
        {
            "start": 850340632,
            "stop": 850340633
        },
        {
            "start": 850340718,
            "stop": 850346043
        },
        {
            "start": 850347096,
            "stop": 850362556
        },
        {
            "start": 850362679,
            "stop": 850370278
        },
        {
            "start": 850372941,
            "stop": 850395827
        },
        {
            "start": 850397017,
            "stop": 850514472
        },
        {
            "start": 850515666,
            "stop": 850517953
        },
        {
            "start": 850519090,
            "stop": 850532627
        },
        {
            "start": 850534437,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850642993
        },
        {
            "start": 850644481,
            "stop": 850677407
        },
        {
            "start": 850678934,
            "stop": 850679353
        },
        {
            "start": 850680202,
            "stop": 850692229
        },
        {
            "start": 850693570,
            "stop": 850694579
        },
        {
            "start": 850695926,
            "stop": 850697165
        },
        {
            "start": 850698379,
            "stop": 850715773
        },
        {
            "start": 850722293,
            "stop": 850723153
        },
        {
            "start": 850785225,
            "stop": 850853394
        },
        {
            "start": 850855168,
            "stop": 850856833
        }
    ]
}