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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8848",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8849,
    "results": [
        {
            "start": 874570560,
            "stop": 874570620
        },
        {
            "start": 874570680,
            "stop": 874570860
        },
        {
            "start": 874570920,
            "stop": 874571280
        },
        {
            "start": 874571340,
            "stop": 874571940
        },
        {
            "start": 874572000,
            "stop": 874572235
        },
        {
            "start": 874572252,
            "stop": 874572307
        },
        {
            "start": 874572324,
            "stop": 874572767
        },
        {
            "start": 874572840,
            "stop": 874573020
        },
        {
            "start": 874573080,
            "stop": 874573884
        },
        {
            "start": 874573901,
            "stop": 874574220
        },
        {
            "start": 874574280,
            "stop": 874574636
        },
        {
            "start": 874574653,
            "stop": 874574880
        },
        {
            "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": 874579440,
            "stop": 874579858
        }
    ]
}