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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7452",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7450",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7451,
    "results": [
        {
            "start": 969991466,
            "stop": 969991719
        },
        {
            "start": 969991847,
            "stop": 969992026
        },
        {
            "start": 969992029,
            "stop": 969992116
        },
        {
            "start": 969992119,
            "stop": 969992198
        },
        {
            "start": 969992201,
            "stop": 969992222
        },
        {
            "start": 969992225,
            "stop": 969992310
        },
        {
            "start": 969992313,
            "stop": 969992319
        },
        {
            "start": 969992359,
            "stop": 969992381
        },
        {
            "start": 969992384,
            "stop": 969992507
        },
        {
            "start": 969992639,
            "stop": 969992693
        },
        {
            "start": 969992696,
            "stop": 969992916
        },
        {
            "start": 969992919,
            "stop": 969993001
        },
        {
            "start": 969993004,
            "stop": 969993047
        },
        {
            "start": 969993167,
            "stop": 969993596
        },
        {
            "start": 969993599,
            "stop": 969993615
        },
        {
            "start": 969993618,
            "stop": 969993647
        },
        {
            "start": 969993767,
            "stop": 969993827
        },
        {
            "start": 969994007,
            "stop": 969994083
        },
        {
            "start": 969994087,
            "stop": 969994115
        },
        {
            "start": 969994118,
            "stop": 969994168
        }
    ]
}