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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=222",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 223,
    "results": [
        {
            "start": 859767291,
            "stop": 859767303
        },
        {
            "start": 859767703,
            "stop": 859781258
        },
        {
            "start": 859783361,
            "stop": 859787071
        },
        {
            "start": 859796788,
            "stop": 859831578
        },
        {
            "start": 859834357,
            "stop": 859848824
        },
        {
            "start": 859849602,
            "stop": 859852101
        },
        {
            "start": 859852421,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859864946
        },
        {
            "start": 859865346,
            "stop": 859865382
        },
        {
            "start": 859865702,
            "stop": 859868567
        },
        {
            "start": 859868967,
            "stop": 859898954
        },
        {
            "start": 859900450,
            "stop": 859921826
        },
        {
            "start": 859925963,
            "stop": 859934467
        },
        {
            "start": 859935476,
            "stop": 859937242
        },
        {
            "start": 859937875,
            "stop": 859965385
        },
        {
            "start": 859965987,
            "stop": 860000729
        },
        {
            "start": 860001339,
            "stop": 860010971
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060461
        },
        {
            "start": 860062829,
            "stop": 860091110
        }
    ]
}