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_CBCHIGH_CAT4/segments?format=api&page=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=214",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 215,
    "results": [
        {
            "start": 820197455,
            "stop": 820197500
        },
        {
            "start": 820197503,
            "stop": 820197533
        },
        {
            "start": 820197536,
            "stop": 820197538
        },
        {
            "start": 820197542,
            "stop": 820197579
        },
        {
            "start": 820197583,
            "stop": 820197584
        },
        {
            "start": 820197589,
            "stop": 820197602
        },
        {
            "start": 820197605,
            "stop": 820197672
        },
        {
            "start": 820197675,
            "stop": 820197729
        },
        {
            "start": 820197732,
            "stop": 820197755
        },
        {
            "start": 820197759,
            "stop": 820197793
        },
        {
            "start": 820197796,
            "stop": 820197799
        },
        {
            "start": 820197804,
            "stop": 820197919
        },
        {
            "start": 820197923,
            "stop": 820198067
        },
        {
            "start": 820198070,
            "stop": 820198073
        },
        {
            "start": 820198076,
            "stop": 820198124
        },
        {
            "start": 820198127,
            "stop": 820198215
        },
        {
            "start": 820198219,
            "stop": 820198222
        },
        {
            "start": 820198225,
            "stop": 820198228
        },
        {
            "start": 820198232,
            "stop": 820198236
        },
        {
            "start": 820198239,
            "stop": 820198288
        }
    ]
}