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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5010",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5011,
    "results": [
        {
            "start": 874512951,
            "stop": 874512977
        },
        {
            "start": 874512996,
            "stop": 874513007
        },
        {
            "start": 874513026,
            "stop": 874513046
        },
        {
            "start": 874513065,
            "stop": 874513072
        },
        {
            "start": 874513091,
            "stop": 874513125
        },
        {
            "start": 874513158,
            "stop": 874513168
        },
        {
            "start": 874513213,
            "stop": 874513336
        },
        {
            "start": 874513355,
            "stop": 874513369
        },
        {
            "start": 874513388,
            "stop": 874513524
        },
        {
            "start": 874513545,
            "stop": 874513571
        },
        {
            "start": 874513596,
            "stop": 874513604
        },
        {
            "start": 874513643,
            "stop": 874513685
        },
        {
            "start": 874513740,
            "stop": 874513764
        },
        {
            "start": 874513822,
            "stop": 874513852
        },
        {
            "start": 874513871,
            "stop": 874513873
        },
        {
            "start": 874513900,
            "stop": 874513974
        },
        {
            "start": 874515039,
            "stop": 874515835
        },
        {
            "start": 874515854,
            "stop": 874516059
        },
        {
            "start": 874516078,
            "stop": 874516098
        },
        {
            "start": 874516117,
            "stop": 874516270
        }
    ]
}