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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=813",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 814,
    "results": [
        {
            "start": 869471694,
            "stop": 869471704
        },
        {
            "start": 869471717,
            "stop": 869471723
        },
        {
            "start": 869471738,
            "stop": 869471744
        },
        {
            "start": 869471762,
            "stop": 869471768
        },
        {
            "start": 869471784,
            "stop": 869471792
        },
        {
            "start": 869471805,
            "stop": 869471812
        },
        {
            "start": 869471824,
            "stop": 869471838
        },
        {
            "start": 869471853,
            "stop": 869471863
        },
        {
            "start": 869471892,
            "stop": 869471900
        },
        {
            "start": 869471913,
            "stop": 869471924
        },
        {
            "start": 869471936,
            "stop": 869471945
        },
        {
            "start": 869471955,
            "stop": 869471968
        },
        {
            "start": 869471978,
            "stop": 869471988
        },
        {
            "start": 869472000,
            "stop": 869472008
        },
        {
            "start": 869472021,
            "stop": 869472028
        },
        {
            "start": 869472037,
            "stop": 869472050
        },
        {
            "start": 869472060,
            "stop": 869472064
        },
        {
            "start": 869472076,
            "stop": 869472087
        },
        {
            "start": 869472099,
            "stop": 869472106
        },
        {
            "start": 869472122,
            "stop": 869472132
        }
    ]
}