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=4862
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=4863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4861",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4862,
    "results": [
        {
            "start": 874752661,
            "stop": 874752729
        },
        {
            "start": 874752748,
            "stop": 874752751
        },
        {
            "start": 874752770,
            "stop": 874752876
        },
        {
            "start": 874752896,
            "stop": 874753027
        },
        {
            "start": 874753046,
            "stop": 874753047
        },
        {
            "start": 874753066,
            "stop": 874753103
        },
        {
            "start": 874753122,
            "stop": 874753162
        },
        {
            "start": 874753181,
            "stop": 874753222
        },
        {
            "start": 874753242,
            "stop": 874753346
        },
        {
            "start": 874753365,
            "stop": 874753537
        },
        {
            "start": 874753573,
            "stop": 874753600
        },
        {
            "start": 874753619,
            "stop": 874753636
        },
        {
            "start": 874753655,
            "stop": 874753720
        },
        {
            "start": 874753739,
            "stop": 874753747
        },
        {
            "start": 874753771,
            "stop": 874753867
        },
        {
            "start": 874753891,
            "stop": 874753920
        },
        {
            "start": 874753980,
            "stop": 874754098
        },
        {
            "start": 874754121,
            "stop": 874754187
        },
        {
            "start": 874754208,
            "stop": 874754330
        },
        {
            "start": 874754349,
            "stop": 874754562
        }
    ]
}