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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=532",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 533,
    "results": [
        {
            "start": 829067533,
            "stop": 829071255
        },
        {
            "start": 829073975,
            "stop": 829073976
        },
        {
            "start": 829074046,
            "stop": 829075812
        },
        {
            "start": 829075817,
            "stop": 829076247
        },
        {
            "start": 829076252,
            "stop": 829076404
        },
        {
            "start": 829079437,
            "stop": 829079560
        },
        {
            "start": 829079637,
            "stop": 829081762
        },
        {
            "start": 829081769,
            "stop": 829081776
        },
        {
            "start": 829081783,
            "stop": 829081870
        },
        {
            "start": 829081877,
            "stop": 829083216
        },
        {
            "start": 829083221,
            "stop": 829083708
        },
        {
            "start": 829083790,
            "stop": 829083906
        },
        {
            "start": 829085358,
            "stop": 829097090
        },
        {
            "start": 829115654,
            "stop": 829166578
        },
        {
            "start": 829167007,
            "stop": 829167945
        },
        {
            "start": 829168097,
            "stop": 829170395
        },
        {
            "start": 829170657,
            "stop": 829171340
        },
        {
            "start": 829171574,
            "stop": 829174738
        },
        {
            "start": 829176134,
            "stop": 829176783
        },
        {
            "start": 829177326,
            "stop": 829181043
        }
    ]
}