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=9898
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=9899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9897",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9898,
    "results": [
        {
            "start": 874570680,
            "stop": 874570860
        },
        {
            "start": 874570920,
            "stop": 874571280
        },
        {
            "start": 874571340,
            "stop": 874571597
        },
        {
            "start": 874571614,
            "stop": 874571936
        },
        {
            "start": 874572000,
            "stop": 874572231
        },
        {
            "start": 874572252,
            "stop": 874572307
        },
        {
            "start": 874572324,
            "stop": 874572767
        },
        {
            "start": 874572840,
            "stop": 874573020
        },
        {
            "start": 874573080,
            "stop": 874573884
        },
        {
            "start": 874573901,
            "stop": 874574220
        },
        {
            "start": 874574280,
            "stop": 874574632
        },
        {
            "start": 874574653,
            "stop": 874574865
        },
        {
            "start": 874575000,
            "stop": 874575059
        },
        {
            "start": 874575076,
            "stop": 874576305
        },
        {
            "start": 874576338,
            "stop": 874576440
        },
        {
            "start": 874576500,
            "stop": 874578600
        },
        {
            "start": 874578660,
            "stop": 874578884
        },
        {
            "start": 874579065,
            "stop": 874579339
        },
        {
            "start": 874579356,
            "stop": 874579380
        },
        {
            "start": 874579447,
            "stop": 874579858
        }
    ]
}