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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7436",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7434",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7435,
    "results": [
        {
            "start": 969990920,
            "stop": 969990945
        },
        {
            "start": 969990948,
            "stop": 969990984
        },
        {
            "start": 969990987,
            "stop": 969991079
        },
        {
            "start": 969991119,
            "stop": 969991124
        },
        {
            "start": 969991247,
            "stop": 969991463
        },
        {
            "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
        }
    ]
}