Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4613
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=4614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4612",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4613,
    "results": [
        {
            "start": 874198336,
            "stop": 874198340
        },
        {
            "start": 874198381,
            "stop": 874198480
        },
        {
            "start": 874198499,
            "stop": 874198531
        },
        {
            "start": 874198551,
            "stop": 874198628
        },
        {
            "start": 874198684,
            "stop": 874198686
        },
        {
            "start": 874198706,
            "stop": 874198740
        },
        {
            "start": 874198800,
            "stop": 874198812
        },
        {
            "start": 874198841,
            "stop": 874198920
        },
        {
            "start": 874198980,
            "stop": 874199043
        },
        {
            "start": 874199065,
            "stop": 874199091
        },
        {
            "start": 874199177,
            "stop": 874199244
        },
        {
            "start": 874199266,
            "stop": 874199353
        },
        {
            "start": 874199393,
            "stop": 874199485
        },
        {
            "start": 874199522,
            "stop": 874199579
        },
        {
            "start": 874199700,
            "stop": 874199758
        },
        {
            "start": 874199784,
            "stop": 874199827
        },
        {
            "start": 874199846,
            "stop": 874199909
        },
        {
            "start": 874199928,
            "stop": 874199937
        },
        {
            "start": 874199956,
            "stop": 874199962
        },
        {
            "start": 874199981,
            "stop": 874200010
        }
    ]
}