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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=99",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 100,
    "results": [
        {
            "start": 817066168,
            "stop": 817066538
        },
        {
            "start": 817066658,
            "stop": 817067247
        },
        {
            "start": 817067250,
            "stop": 817067397
        },
        {
            "start": 817067517,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817067618
        },
        {
            "start": 817067621,
            "stop": 817068210
        },
        {
            "start": 817069839,
            "stop": 817070992
        },
        {
            "start": 817070995,
            "stop": 817071242
        },
        {
            "start": 817071362,
            "stop": 817072491
        },
        {
            "start": 817072495,
            "stop": 817073557
        },
        {
            "start": 817073560,
            "stop": 817074140
        },
        {
            "start": 817074323,
            "stop": 817074675
        },
        {
            "start": 817074678,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817076015
        },
        {
            "start": 817076135,
            "stop": 817077081
        },
        {
            "start": 817077084,
            "stop": 817077169
        },
        {
            "start": 817077172,
            "stop": 817077475
        },
        {
            "start": 817077478,
            "stop": 817077540
        },
        {
            "start": 817077543,
            "stop": 817077656
        },
        {
            "start": 817078578,
            "stop": 817078824
        }
    ]
}